File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323 if : runner.os == 'macOS'
2424 run : |
2525 brew install hdf5
26- brew install c-blosc
26+ brew install c-blosc2
2727 - name : Set HDF5_DIR environment variable (macOS only)
2828 if : runner.os == 'macOS'
2929 run : |
3030 echo "HDF5_DIR=$(brew --prefix hdf5)" >> $GITHUB_ENV
31- echo "BLOSC_DIR=$(brew --prefix c-blosc )" >> $GITHUB_ENV
31+ echo "BLOSC_DIR=$(brew --prefix c-blosc2 )" >> $GITHUB_ENV
3232 - name : Install dependencies
3333 run : |
3434 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323 if : runner.os == 'macOS'
2424 run : |
2525 brew install hdf5
26- brew install c-blosc
26+ brew install c-blosc2
2727 - name : Set HDF5_DIR environment variable (macOS only)
2828 if : runner.os == 'macOS'
2929 run : |
3030 echo "HDF5_DIR=$(brew --prefix hdf5)" >> $GITHUB_ENV
31- echo "BLOSC_DIR=$(brew --prefix c-blosc )" >> $GITHUB_ENV
31+ echo "BLOSC_DIR=$(brew --prefix c-blosc2 )" >> $GITHUB_ENV
3232 - name : Install dependencies
3333 run : |
3434 python -m pip install --upgrade pip setuptools wheel
You can’t perform that action at this time.
0 commit comments