CI: use 'coverage' target, not default, to run the right Python
This commit is contained in:
parent
67ec90706e
commit
6f395fa6d8
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -29,4 +29,4 @@ jobs:
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
python --version
|
python --version
|
||||||
tox -q
|
tox -e coverage
|
||||||
|
|
Loading…
Reference in New Issue
Block a user