File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121 cache-dependency-path : " **/pyproject.toml"
2222 - name : Install HDF5 (macOS only)
2323 if : runner.os == 'macOS'
24- run : brew install hdf5
24+ run : brew install hdf5 c-blosc2
2525 - name : Set HDF5_DIR environment variable (macOS only)
2626 if : runner.os == 'macOS'
2727 run : echo "HDF5_DIR=$(brew --prefix hdf5)" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 2121 cache-dependency-path : " **/pyproject.toml"
2222 - name : Install HDF5 (macOS only)
2323 if : runner.os == 'macOS'
24- run : brew install hdf5
24+ run : brew install hdf5 c-blosc2
2525 - name : Set HDF5_DIR environment variable (macOS only)
2626 if : runner.os == 'macOS'
2727 run : echo "HDF5_DIR=$(brew --prefix hdf5)" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments