Skip to content

Commit

Permalink
Conda: Pin HDF5 to 1.14.0 in CI workflow
Browse files Browse the repository at this point in the history
Version 1.14.4 has trouble:
HDFGroup/hdf5#5164
  • Loading branch information
franzpoeschel committed Dec 3, 2024
1 parent 269c5e2 commit a76f5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
- dask
- doxygen
- git
- hdf5=*=mpi_openmpi_*
- hdf5=1.14.0=mpi_openmpi_*
- mamba
- make
- mpi4py
Expand Down

0 comments on commit a76f5a0

Please sign in to comment.