Skip to content

Commit

Permalink
Install newer coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker committed Dec 8, 2023
1 parent 27b93a2 commit fe46e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
echo "Will be looking at coverage of dir ${{ inputs.pytest_cov_dir }}"
#
# install pytest-cov
pip install coverage==6.2 # https://github.com/nedbat/coveragepy/issues/1312
pip install coverage
pip install pytest-cov
#
# make PYTESTCOV
Expand Down

0 comments on commit fe46e65

Please sign in to comment.