Skip to content

Commit aa5a920

Browse files
committed
ci: downgrade coverage to 7.5.3
1 parent 432ed14 commit aa5a920

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ jobs:
4747
run: |
4848
# prerequisites
4949
python -m pip install --upgrade pip wheel
50-
python -m pip install coverage flake8
50+
python -m pip install flake8
51+
# https://github.com/coveragepy/coveragepy/issues/2166
52+
python -m pip install "coverage==7.5.3"
5153
# install dependencies
5254
pip install .
5355
pip install -r tests/requirements.txt

0 commit comments

Comments
 (0)