Skip to content

Commit a635bdb

Browse files
committed
Remove blosc filter from some runs again
This is too bothersome to set up and the runs that we have are enough.
1 parent 846094d commit a635bdb

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/linux.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ jobs:
6767
eval $(spack env activate --sh .github/ci/spack-envs/clang11_nopy_ompi_h5_ad2_libcpp/)
6868
spack install
6969
70-
SKIP_HDF5_BLOSC2_PATCH=1 ./.github/workflows/dependencies/install_hdf5_blosc2
71-
7270
share/openPMD/download_samples.sh build
7371
cmake -S . -B build \
7472
-DopenPMD_USE_PYTHON=OFF \
@@ -107,8 +105,6 @@ jobs:
107105
eval $(spack env activate --sh .github/ci/spack-envs/clang11_nopy_ompi_h5_ad2/)
108106
spack install
109107
110-
SKIP_HDF5_BLOSC2_PATCH=1 ./.github/workflows/dependencies/install_hdf5_blosc2
111-
112108
share/openPMD/download_samples.sh build
113109
cmake -S . -B build \
114110
-DopenPMD_USE_PYTHON=OFF \
@@ -197,8 +193,6 @@ jobs:
197193
eval $(spack env activate --sh .github/ci/spack-envs/gcc13_py312_mpich_h5_ad2/)
198194
spack install
199195
200-
SKIP_HDF5_BLOSC2_PATCH=1 ./.github/workflows/dependencies/install_hdf5_blosc2
201-
202196
share/openPMD/download_samples.sh build
203197
cmake -S . -B build \
204198
-DopenPMD_USE_PYTHON=OFF \

0 commit comments

Comments
 (0)