Skip to content

Commit

Permalink
Set HDF5_PLUGIN_PATH to a folder existing on GH CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Nov 6, 2023
1 parent ff97327 commit 5db6546
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 5db6546

Please sign in to comment.