Skip to content

Commit

Permalink
Merge pull request #1344 from alejoe91/fix-maxwell
Browse files Browse the repository at this point in the history
Set HDF5_PLUGIN_PATH to a folder existing on GH CI
  • Loading branch information
samuelgarcia authored Nov 16, 2023
2 parents ff97327 + 5db6546 commit efac236
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/io-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ jobs:
sudo apt-get install -yqq --allow-downgrades libc6:i386 libgcc-s1:i386 libstdc++6:i386 wine
- name: Test with pytest
env:
HDF5_PLUGIN_PATH: ${{ github.workspace }}/hdf5_local_plugin_path
run: |
# only neo.rawio and neo.io
pytest --cov=neo neo/test/rawiotest
Expand Down

0 comments on commit efac236

Please sign in to comment.