We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 086b601 commit 85de7e7Copy full SHA for 85de7e7
.github/workflows/test_workflow.yml
@@ -46,6 +46,9 @@ jobs:
46
- name: Show h5py version
47
run: python3 -c "import h5py; print(h5py.__version__)"
48
49
+ - name: Show hdf5 version
50
+ run: python3 -c "import h5py; print(h5py.version.hdf5_version)"
51
+
52
- name: Run tests
53
run: coverage run --rcfile=.coveragerc -m pytest -xvs ./tests/
54
0 commit comments