Skip to content

Commit

Permalink
Remove py-pip from h5py action (HDFGroup#3265)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee authored Jul 27, 2023
1 parent 85d2166 commit 0ff29e7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/h5py.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: h5py
on:
workflow_dispatch:
# schedule:
# - cron: "6 0 * * *"
schedule:
- cron: "6 0 * * *"

permissions:
contents: read
Expand Down Expand Up @@ -30,10 +30,8 @@ jobs:
./spack/bin/spack install py-h5py@master+mpi ^hdf5@develop-1.15
./spack/bin/spack install py-pytest
./spack/bin/spack install py-ipython
./spack/bin/spack install py-pip
spack load py-h5py
spack load py-pytest
spack load py-ipython
spack load py-pip
pip install pytest-mpi
python -c "import h5py; h5py.run_tests(); print(h5py.version.info);"

0 comments on commit 0ff29e7

Please sign in to comment.