mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-11-03 20:54:07 +01:00
[wheel build] Bring back fortran and try to cache HDF5
This commit is contained in:
parent
75ae5818b1
commit
5258eb09e1
5
.github/workflows/build-wheels.yml
vendored
5
.github/workflows/build-wheels.yml
vendored
@ -74,11 +74,10 @@ jobs:
|
||||
brew install swig
|
||||
brew install wget
|
||||
|
||||
- uses: actions/cache@v4
|
||||
- uses: actions/cache@v3
|
||||
id: cache
|
||||
with:
|
||||
path: |
|
||||
$HDF5_INSTALLDIR
|
||||
path: $HDF5_INSTALLDIR
|
||||
key: ${{ matrix.buildplat[0] }}-hdf5
|
||||
|
||||
- name: install hdf5
|
||||
|
Loading…
Reference in New Issue
Block a user