Skip to content

Commit 906d9a8

Browse files
authored
set NO_PLUGINS to skip compression plugin tests
1 parent 2d6c8d4 commit 906d9a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/miniconda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
4646
- name: Tests
4747
run: |
48-
#export NO_PLUGINS=YES
49-
export HDF5_PLUGIN_PATH="${CONDA_PREFIX}/hdf5/lib/plugin/"
48+
export NO_PLUGINS=YES
49+
#export HDF5_PLUGIN_PATH="${CONDA_PREFIX}/hdf5/lib/plugin/"
5050
pytest -s -rxs -v test
5151
5252
run-mpi:

0 commit comments

Comments
 (0)