Skip to content

Commit

Permalink
add pytest installation
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasValentin authored Nov 24, 2023
1 parent 6356751 commit 0839a6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-release-candidate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:

- name: Test with pytest
run: |
python -m pip install pytest
python -m pytest --cov=package_name --cov-report term --cov-report xml --cov-config .coveragerc --junitxml=testresults.xml
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 0839a6b

Please sign in to comment.