We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6c8d4 commit 906d9a8Copy full SHA for 906d9a8
1 file changed
.github/workflows/miniconda.yml
@@ -45,8 +45,8 @@ jobs:
45
46
- name: Tests
47
run: |
48
- #export NO_PLUGINS=YES
49
- export HDF5_PLUGIN_PATH="${CONDA_PREFIX}/hdf5/lib/plugin/"
+ export NO_PLUGINS=YES
+ #export HDF5_PLUGIN_PATH="${CONDA_PREFIX}/hdf5/lib/plugin/"
50
pytest -s -rxs -v test
51
52
run-mpi:
0 commit comments