mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
Remove py-pip from h5py action (#3265)
This commit is contained in:
parent
85d216634a
commit
0ff29e7d85
6
.github/workflows/h5py.yml
vendored
6
.github/workflows/h5py.yml
vendored
@ -1,8 +1,8 @@
|
||||
name: h5py
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# schedule:
|
||||
# - cron: "6 0 * * *"
|
||||
schedule:
|
||||
- cron: "6 0 * * *"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
@ -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);"
|
||||
|
Loading…
x
Reference in New Issue
Block a user