File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 1919 python-version : ${{ matrix.python-version }}
2020 cache : " pip"
2121 cache-dependency-path : " **/pyproject.toml"
22- - name : Install HDF5 (macOS only)
23- if : runner.os == 'macOS'
24- run : brew install hdf5 c-blosc2
25- - name : Set HDF5_DIR environment variable (macOS only)
26- if : runner.os == 'macOS'
27- run : echo "HDF5_DIR=$(brew --prefix hdf5)" >> $GITHUB_ENV
2822 - name : Install dependencies
2923 run : |
3024 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 1919 python-version : ${{ matrix.python-version }}
2020 cache : " pip"
2121 cache-dependency-path : " **/pyproject.toml"
22- - name : Install HDF5 (macOS only)
23- if : runner.os == 'macOS'
24- run : brew install hdf5 c-blosc2
25- - name : Set HDF5_DIR environment variable (macOS only)
26- if : runner.os == 'macOS'
27- run : echo "HDF5_DIR=$(brew --prefix hdf5)" >> $GITHUB_ENV
2822 - name : Install dependencies
2923 run : |
3024 python -m pip install --upgrade pip setuptools wheel
You can’t perform that action at this time.
0 commit comments