Skip to content

Commit

Permalink
Fix h5py CI failure (#5007)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee authored Oct 25, 2024
1 parent c93b3c4 commit d88466b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/h5py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Run a multi-line script
run: |
sed -i 's/hdf5@1.10.4:1.14/hdf5@1.10.4:/g' \
sed -i 's/hdf5@1.10.6:1.14/hdf5@1.10.6:/g' \
./spack/var/spack/repos/builtin/packages/py-h5py/package.py
. ./spack/share/spack/setup-env.sh
./spack/bin/spack spec py-h5py@master+mpi ^hdf5@develop-1.17
Expand Down

0 comments on commit d88466b

Please sign in to comment.