Skip to content

Commit 0169094

Browse files
Update python-app.yml
1 parent 6594126 commit 0169094

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-app.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3232
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3333
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
34+
- name: Install adapt
35+
run: |
36+
pip install -e .
3437
- name: Test with pytest
3538
run: |
3639
pytest

0 commit comments

Comments
 (0)