Skip to content

Commit

Permalink
install -e
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch committed May 22, 2024
1 parent 7c00329 commit 0d83e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest-cov codecov coverage
pip install .[test]
pip install -e .[test]
- name: Test with pytest
run: |
coverage run --source=src -m pytest && coverage report
Expand Down

0 comments on commit 0d83e84

Please sign in to comment.