We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c1613 commit 5e7ebabCopy full SHA for 5e7ebab
1 file changed
.github/workflows/main.yml
@@ -38,7 +38,7 @@ jobs:
38
# The GitHub editor is 127 chars wide
39
flake8 . --count --max-complexity=10 --max-line-length=127 --statistics
40
- name: Install package
41
- run: pip install .
+ run: pip install -e .
42
- name: Test with pytest
43
run: pytest
44
- name: Upload coverage to Codecov
0 commit comments