mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-04-25 18:04:44 +02:00
[wheel build] Bring back fortran and try to cache HDF5
This commit is contained in:
parent
75ae5818b1
commit
5258eb09e1
7
.github/workflows/build-wheels.yml
vendored
7
.github/workflows/build-wheels.yml
vendored
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user