We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea1ba52 commit 3ef2db7Copy full SHA for 3ef2db7
1 file changed
.github/workflows/dca_tests.yml
@@ -24,6 +24,9 @@ jobs:
24
python -m pip install --upgrade pip
25
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
26
python -m pip install flake8 codecov pytest-cov sphinx_rtd_theme
27
+ - name: Install DCA
28
+ run: |
29
+ python -m pip install .
30
- name: Lint with flake8
31
run: |
32
flake8 dca tests
0 commit comments