Skip to content

Commit efac236

Browse files
authored
Merge pull request #1344 from alejoe91/fix-maxwell
Set HDF5_PLUGIN_PATH to a folder existing on GH CI
2 parents ff97327 + 5db6546 commit efac236

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)