Skip to content

Commit

Permalink
Fix codecov (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
oittaa authored Apr 13, 2022
1 parent a6c1613 commit 5e7ebab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# The GitHub editor is 127 chars wide
flake8 . --count --max-complexity=10 --max-line-length=127 --statistics
- name: Install package
run: pip install .
run: pip install -e .
- name: Test with pytest
run: pytest
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 5e7ebab

Please sign in to comment.