Skip to content

Commit 3ef2db7

Browse files
committed
fix
1 parent ea1ba52 commit 3ef2db7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/dca_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
python -m pip install --upgrade pip
2525
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2626
python -m pip install flake8 codecov pytest-cov sphinx_rtd_theme
27+
- name: Install DCA
28+
run: |
29+
python -m pip install .
2730
- name: Lint with flake8
2831
run: |
2932
flake8 dca tests

0 commit comments

Comments
 (0)