mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-04-29 11:54:45 +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 swig
|
||||||
brew install wget
|
brew install wget
|
||||||
|
|
||||||
- uses: actions/cache@v4
|
- uses: actions/cache@v3
|
||||||
id: cache
|
id: cache
|
||||||
with:
|
with:
|
||||||
path: |
|
path: $HDF5_INSTALLDIR
|
||||||
$HDF5_INSTALLDIR
|
key: ${{ matrix.buildplat[0] }}-hdf5
|
||||||
key: ${{ matrix.buildplat[0] }}-hdf5
|
|
||||||
|
|
||||||
- name: install hdf5
|
- name: install hdf5
|
||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user