Skip to content

Commit

Permalink
Ban coverage==6.3
Browse files Browse the repository at this point in the history
See nedbat/coveragepy#1312. We can remove this
once a newer version of coverage is released that includes
nedbat/coveragepy@00da68e
  • Loading branch information
anishathalye committed Feb 2, 2022
1 parent 3fb5024 commit 176dab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
python-version: ${{ matrix.python }}
- name: Install dependencies
run: |
pip install pytest pytest-cov
pip install pytest pytest-cov 'coverage!=6.3'
pip install -r requirements.txt
- name: Install torch and torchvision
if: "${{ !(contains(matrix.os, 'windows') && matrix.python == '2.7') }}"
Expand Down

0 comments on commit 176dab3

Please sign in to comment.