inspect system details more
Some checks failed
Test wwvbgen / test (macos-latest, 3.13) (push) Has been cancelled
Test wwvbgen / test (ubuntu-latest, 3.13) (push) Has been cancelled
Test wwvbgen / test (windows-latest, 3.13) (push) Has been cancelled

This commit is contained in:
Jeff Epler 2025-08-08 22:21:52 -05:00
parent 84cd5950c8
commit 61414bb92f

View file

@ -43,6 +43,8 @@ jobs:
- name: Inspect system details
run: |
python -v -mcoverage --help
python -c "import sys; print(sys.path)"
python -c "import coverage; print(coverage.__file__)"
- name: Coverage
run: |