1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-10-02 06:21:05 +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 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'