Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into ts_h5fl_reg
Browse files Browse the repository at this point in the history
  • Loading branch information
qkoziol committed Dec 24, 2024
2 parents 17c688d + f264298 commit 3ac939e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/h5py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -27,10 +27,8 @@ jobs:
./spack/bin/spack spec py-h5py@master+mpi ^[email protected]
./spack/bin/spack install py-h5py@master+mpi ^[email protected]
./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);"

0 comments on commit 3ac939e

Please sign in to comment.