-
-
Notifications
You must be signed in to change notification settings - Fork 254
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove py-pip from h5py action (#3265)
- Loading branch information
Showing
1 changed file
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -30,10 +30,8 @@ jobs: | |
./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-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);" |