Skip to content

Commit

Permalink
pin coverage to version 6.2 to try to stop pool hanging in pytest (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcapano committed Apr 9, 2022
1 parent 9fcf3aa commit 05677a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
pip install flake8
pip install -r requirements.txt
pip install -r companion.txt
pip install "coverage==6.2"
pip install coveralls
pip install .
- name: Lint with flake8
Expand Down

0 comments on commit 05677a9

Please sign in to comment.