Skip to content

Commit 5e7ebab

Browse files
authored
Fix codecov (#166)
1 parent a6c1613 commit 5e7ebab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# The GitHub editor is 127 chars wide
3939
flake8 . --count --max-complexity=10 --max-line-length=127 --statistics
4040
- name: Install package
41-
run: pip install .
41+
run: pip install -e .
4242
- name: Test with pytest
4343
run: pytest
4444
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)