Skip to content

Commit

Permalink
Add env prefix to ensure module is found
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRosier committed Oct 9, 2024
1 parent 61dc7de commit 1cdd314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
python -m poetry run flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
coverage run --source=panoptica -m pytest
python -m poetry run coverage run --source=panoptica -m pytest
- name: Upload results to Codecov
# Only upload to Codecov after a merge to the main branch
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
Expand Down

0 comments on commit 1cdd314

Please sign in to comment.