Skip to content

Commit

Permalink
Test with pytester
Browse files Browse the repository at this point in the history
  • Loading branch information
yvaucher committed Oct 4, 2024
1 parent e28a371 commit dee29ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
run: |
pip install coverage
pip install .[test]
coverage run -m pytest
coverage run -m pytest -p pytester
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v3

0 comments on commit dee29ca

Please sign in to comment.