Skip to content

Commit

Permalink
Conda: Pin HDF5 to 1.14.1 in CI workflow (#1701)
Browse files Browse the repository at this point in the history
* Conda: Pin HDF5 to 1.14.0 in CI workflow

Version 1.14.4 has trouble:
HDFGroup/hdf5#5164

* Try 1.14.1
  • Loading branch information
franzpoeschel authored Dec 3, 2024
1 parent 269c5e2 commit 1628567
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.1=mpi_openmpi_*
- mamba
- make
- mpi4py
Expand Down

0 comments on commit 1628567

Please sign in to comment.