Skip to content

Commit

Permalink
Test Coverage.py fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jan 10, 2020
1 parent 1ab87a3 commit b6a5995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade coverage
python -m pip install git+https://github.com/nedbat/coveragepy@nedbat/fix-862#egg=coverage==0.0
python -m pip install -e ".[d]"
- name: Unit tests
Expand Down

0 comments on commit b6a5995

Please sign in to comment.