Skip to content

Commit

Permalink
Fix h5py GitHub Action (#4962)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee authored Oct 17, 2024
1 parent 97420ea commit b24cd02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/h5py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
./spack/bin/spack install py-h5py@master+mpi ^hdf5@develop-1.17
./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
pip install pytest-mpi
spack load py-pytest-mpi
python -c "import h5py; h5py.run_tests(); print(h5py.version.info);"

0 comments on commit b24cd02

Please sign in to comment.