Skip to content

Commit b5b5c91

Browse files
committed
Attempt 4
1 parent a937d59 commit b5b5c91

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-and-run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/run-examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)