We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c5f930 commit 44922e9Copy full SHA for 44922e9
1 file changed
.github/workflows/dca_tests.yml
@@ -25,6 +25,7 @@ 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
+ python -m pip install -e .
29
- name: Lint with flake8
30
run: |
31
python -m flake8 src/dca tests
0 commit comments