Skip to content

Commit 5db6546

Browse files
committed
Set HDF5_PLUGIN_PATH to a folder existing on GH CI
1 parent ff97327 commit 5db6546

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/io-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ jobs:
103103
sudo apt-get install -yqq --allow-downgrades libc6:i386 libgcc-s1:i386 libstdc++6:i386 wine
104104
105105
- name: Test with pytest
106+
env:
107+
HDF5_PLUGIN_PATH: ${{ github.workspace }}/hdf5_local_plugin_path
106108
run: |
107109
# only neo.rawio and neo.io
108110
pytest --cov=neo neo/test/rawiotest

0 commit comments

Comments
 (0)