Skip to content

Commit 5175bd7

Browse files
committed
Add hdf5plugin to some Python runs
1 parent 97ef196 commit 5175bd7

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/linux.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ jobs:
9797
- name: Install
9898
run: |
9999
sudo apt-get update
100-
sudo apt-get install clang-11 gfortran libopenmpi-dev python3
100+
sudo apt-get install clang-11 gfortran libopenmpi-dev python3 python3-pip
101+
python3 -m pip install -U hdf5plugin
101102
sudo .github/workflows/dependencies/install_spack
102103
- name: Build
103104
env: {CC: clang-11, CXX: clang++-11, CXXFLAGS: -Werror}
@@ -176,7 +177,9 @@ jobs:
176177
run: |
177178
sudo apt-get update
178179
sudo apt-get remove openmpi* libopenmpi* *hdf5* || true
179-
sudo apt-get install g++ gfortran python3
180+
sudo apt-get install g++ gfortran python3 python3-pip
181+
182+
python3 -m pip install hdf5plugin
180183
sudo .github/workflows/dependencies/install_spack
181184
182185
# Need to build this manually due to broken MPICH package in Ubuntu 24.04
@@ -241,7 +244,7 @@ jobs:
241244
python3 -m pip install -U pandas
242245
python3 -m pip install -U dask
243246
python3 -m pip install -U pyarrow
244-
python3 -m pip install hdf5plugin
247+
python3 -m pip install -U hdf5plugin
245248
- name: Build
246249
env: {CC: gcc-12, CXX: g++-12, CXXFLAGS: -Werror}
247250
run: |

.github/workflows/tooling.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
sudo apt-get install clang-14 libc++-dev libc++abi-dev python3 gfortran libopenmpi-dev
5454
python3 -m pip install -U pip
5555
python3 -m pip install -U numpy
56+
python3 -m pip install -U hdf5plugin
5657
sudo .github/workflows/dependencies/install_spack
5758
- name: Build
5859
env: {CC: mpicc, CXX: mpic++, OMPI_CC: clang-14, OMPI_CXX: clang++-14, CXXFLAGS: -Werror, OPENPMD_HDF5_CHUNKS: none, OPENPMD_TEST_NFILES_MAX: 100}

0 commit comments

Comments
 (0)