From 5258eb09e1ca29d844d6ffcb27ca300057963046 Mon Sep 17 00:00:00 2001 From: q-posev Date: Sat, 17 Aug 2024 22:51:52 +0200 Subject: [PATCH] [wheel build] Bring back fortran and try to cache HDF5 --- .github/workflows/build-wheels.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 0064b39..44d6da7 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -74,12 +74,11 @@ jobs: brew install swig brew install wget - - uses: actions/cache@v4 + - uses: actions/cache@v3 id: cache with: - path: | - $HDF5_INSTALLDIR - key: ${{ matrix.buildplat[0] }}-hdf5 + path: $HDF5_INSTALLDIR + key: ${{ matrix.buildplat[0] }}-hdf5 - name: install hdf5 if: steps.cache.outputs.cache-hit != 'true'