is it fixed by newest git?
This commit is contained in:
parent
b324305afd
commit
056369a3b3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: |
|
run: |
|
||||||
python -mpip install wheel
|
python -mpip install wheel
|
||||||
python -mpip install coverage
|
python -mpip install git+https://github.com/nedbat/coveragepy.git
|
||||||
|
|
||||||
- name: Coverage
|
- name: Coverage
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue