Skip to content

Commit

Permalink
Temporarily pin coverage version in CI for coveragepy-lcov to work (
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet authored May 7, 2024
1 parent 414dc5c commit 4a1d1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Setup pip dependencies
run: pip install pytest-cov coveralls coveragepy-lcov
run: pip install pytest-cov coveralls coveragepy-lcov 'coverage<7'

- name: Print conda environment (for debugging)
run: |
Expand Down

0 comments on commit 4a1d1dd

Please sign in to comment.