diff --git a/.github/workflows/h5py.yml b/.github/workflows/h5py.yml index 5a45723f84d..22a896e422f 100644 --- a/.github/workflows/h5py.yml +++ b/.github/workflows/h5py.yml @@ -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);"