inspect system details more
This commit is contained in:
parent
84cd5950c8
commit
61414bb92f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -43,6 +43,8 @@ jobs:
|
||||||
- name: Inspect system details
|
- name: Inspect system details
|
||||||
run: |
|
run: |
|
||||||
python -v -mcoverage --help
|
python -v -mcoverage --help
|
||||||
|
python -c "import sys; print(sys.path)"
|
||||||
|
python -c "import coverage; print(coverage.__file__)"
|
||||||
|
|
||||||
- name: Coverage
|
- name: Coverage
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue