Skip to content

Commit f264298

Browse files
authored
Fix h5py CI failure. (HDFGroup#5186)
Close HDFGroup#283
1 parent 331193f commit f264298

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/h5py.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout Spack
17-
uses: actions/checkout@v4.1.7
17+
uses: actions/checkout@v4.2.2
1818
with:
1919
repository: spack/spack
2020
path: ./spack
@@ -27,10 +27,8 @@ jobs:
2727
./spack/bin/spack spec py-h5py@master+mpi ^[email protected]
2828
./spack/bin/spack install py-h5py@master+mpi ^[email protected]
2929
./spack/bin/spack install py-pytest
30-
./spack/bin/spack install py-ipython
3130
./spack/bin/spack install py-pytest-mpi
3231
spack load py-h5py
3332
spack load py-pytest
34-
spack load py-ipython
3533
spack load py-pytest-mpi
3634
python -c "import h5py; h5py.run_tests(); print(h5py.version.info);"

0 commit comments

Comments
 (0)