Skip to content

Commit 85de7e7

Browse files
committed
Show hdf5 version
1 parent 086b601 commit 85de7e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test_workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
- name: Show h5py version
4747
run: python3 -c "import h5py; print(h5py.__version__)"
4848

49+
- name: Show hdf5 version
50+
run: python3 -c "import h5py; print(h5py.version.hdf5_version)"
51+
4952
- name: Run tests
5053
run: coverage run --rcfile=.coveragerc -m pytest -xvs ./tests/
5154

0 commit comments

Comments
 (0)