Fix h5py CI failure. (#5186)

Close #283
This commit is contained in:
H. Joe Lee 2024-12-20 13:40:08 -06:00 committed by GitHub
parent 331193f357
commit f2642985d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Spack
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2
with:
repository: spack/spack
path: ./spack
@ -27,10 +27,8 @@ jobs:
./spack/bin/spack spec py-h5py@master+mpi ^hdf5@develop-2.0
./spack/bin/spack install py-h5py@master+mpi ^hdf5@develop-2.0
./spack/bin/spack install py-pytest
./spack/bin/spack install py-ipython
./spack/bin/spack install py-pytest-mpi
spack load py-h5py
spack load py-pytest
spack load py-ipython
spack load py-pytest-mpi
python -c "import h5py; h5py.run_tests(); print(h5py.version.info);"