2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-04-12 17:31:09 +08:00

Remove py-pip from h5py action ()

This commit is contained in:
H. Joe Lee 2023-07-27 09:46:53 -05:00 committed by GitHub
parent 85d216634a
commit 0ff29e7d85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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);"