Skip to content

Commit

Permalink
Update pip.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jurra authored Oct 24, 2023
1 parent 392e48a commit b5926a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:

- name: Test and generate coverage reports
run: |
pip install pytest
pytest --cov=pymurtree --cov-report=xml
pip install pytest pytest-cov
pytest -v --cov=pymurtree --cov-report=xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit b5926a0

Please sign in to comment.