Skip to content

Commit

Permalink
fix issues on the pytest version
Browse files Browse the repository at this point in the history
  • Loading branch information
pswpswpsw committed Feb 8, 2024
1 parent f5230a7 commit 24d4ec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
py.test test
- name: Generate coverage report
run: |
pip install pytest<=7.4.4
pip install pytest-cov~=4.1.0
pip install pytest==7.4.4
pip install pytest-cov==4.1.0
pytest --cov=./ --cov-report=xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 24d4ec1

Please sign in to comment.