Skip to content

Commit

Permalink
Merge pull request #93 from EOA-team/lukasValentin-patch-2
Browse files Browse the repository at this point in the history
add pytest installation
  • Loading branch information
lukasValentin authored Nov 24, 2023
2 parents 6356751 + 0839a6b commit a0a59e0
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 a0a59e0

Please sign in to comment.