Skip to content

Commit

Permalink
fix: Install pytest for the ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
uwcdc authored Sep 3, 2024
1 parent b93e8c8 commit 60d6734
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
- name: Test with pytest
run: |
pip install pytest pytest-cov
pytest -vvv --cov=${{ env.PROJECT_NAME }} --cov-report=xml --cov-report=term tests/
- name: Upload coverage reports to Codecov with GitHub Action
Expand Down

0 comments on commit 60d6734

Please sign in to comment.