Skip to content

Commit

Permalink
Update Coverage
Browse files Browse the repository at this point in the history
Fix #28
  • Loading branch information
jacobbieker committed Jul 10, 2023
1 parent 5429e3c commit 6f664c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,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 6f664c0

Please sign in to comment.