Skip to content

Commit aae3b93

Browse files
fixing hdf5 in tox test
1 parent 8543d5b commit aae3b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
sudo apt-get install -y libdbus-1-3 libxkbcommon-x11-0 libxcb-icccm4 \
4040
libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 \
41-
libxcb-xinerama0 libxcb-xinput0 libxcb-xfixes0 pkg-config libhdf5 libhdf5-dev
41+
libxcb-xinerama0 libxcb-xinput0 libxcb-xfixes0 pkg-config libhdf5-103 libhdf5-dev
4242
# strategy borrowed from vispy for installing opengl libs on windows
4343
- name: Install Windows OpenGL
4444
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)