Skip to content

Commit

Permalink
[wheel build] Bring back fortran and try to cache HDF5
Browse files Browse the repository at this point in the history
  • Loading branch information
q-posev committed Aug 17, 2024
1 parent 75ae581 commit 5258eb0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 5258eb0

Please sign in to comment.