We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 331193f commit f264298Copy full SHA for f264298
.github/workflows/h5py.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Checkout Spack
17
- uses: actions/checkout@v4.1.7
+ uses: actions/checkout@v4.2.2
18
with:
19
repository: spack/spack
20
path: ./spack
@@ -27,10 +27,8 @@ jobs:
27
./spack/bin/spack spec py-h5py@master+mpi ^[email protected]
28
./spack/bin/spack install py-h5py@master+mpi ^[email protected]
29
./spack/bin/spack install py-pytest
30
- ./spack/bin/spack install py-ipython
31
./spack/bin/spack install py-pytest-mpi
32
spack load py-h5py
33
spack load py-pytest
34
- spack load py-ipython
35
spack load py-pytest-mpi
36
python -c "import h5py; h5py.run_tests(); print(h5py.version.info);"
0 commit comments