Skip to content

Commit 44922e9

Browse files
committed
fix
1 parent 4c5f930 commit 44922e9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/dca_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ 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+
python -m pip install -e .
2829
- name: Lint with flake8
2930
run: |
3031
python -m flake8 src/dca tests

0 commit comments

Comments
 (0)