We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a13ae commit 7c4e3bfCopy full SHA for 7c4e3bf
1 file changed
.github/workflows/dca_tests.yml
@@ -25,12 +25,9 @@ jobs:
25
python -m pip install --upgrade pip
26
if [ -f requirements.txt ]; then python -m pip install -r requirements.txt; fi
27
python -m pip install flake8 codecov pytest-cov sphinx_rtd_theme
28
- - name: Install DCA
29
- run: |
30
- python -m pip install .
31
- name: Lint with flake8
32
run: |
33
- flake8 dca tests
+ flake8 src/dca tests
34
- name: Test with pytest
35
36
pytest -sv --cov=./ tests
0 commit comments