Skip to content

Commit 7c4e3bf

Browse files
committed
fix
1 parent 39a13ae commit 7c4e3bf

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/dca_tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,9 @@ jobs:
2525
python -m pip install --upgrade pip
2626
if [ -f requirements.txt ]; then python -m pip install -r requirements.txt; fi
2727
python -m pip install flake8 codecov pytest-cov sphinx_rtd_theme
28-
- name: Install DCA
29-
run: |
30-
python -m pip install .
3128
- name: Lint with flake8
3229
run: |
33-
flake8 dca tests
30+
flake8 src/dca tests
3431
- name: Test with pytest
3532
run: |
3633
pytest -sv --cov=./ tests

0 commit comments

Comments
 (0)