Skip to content

Commit

Permalink
add hdf5-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedsnyder committed Jan 12, 2024
1 parent 75c4bdb commit ef00369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runtime_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
sudo apt-get update -y
# sudo apt-get install -y hdf5-tools libhdf5-openmpi-dev openmpi-bin
sudo apt-get install -y libmpich-dev libhdf5-mpi-dev
sudo apt-get install -y libmpich-dev libhdf5-mpi-dev hdf5-tools
python -m pip install --upgrade pip
python -m pip install --upgrade pytest mpi4py "cython<3.0.0" numpy wheel pkgconfig "setuptools<62.0.0"
# we need to build h5py with the system HDF5 lib backend
Expand Down

0 comments on commit ef00369

Please sign in to comment.