1
0
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:
q-posev 2024-08-17 22:51:52 +02:00
parent 75ae5818b1
commit 5258eb09e1

View File

@ -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'