Skip to content

Commit 5da04d9

Browse files
committed
Attempt 5
1 parent b5b5c91 commit 5da04d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
if: runner.os == 'macOS'
2929
run: |
3030
echo "HDF5_DIR=$(brew --prefix hdf5)" >> $GITHUB_ENV
31-
echo "BLOSC_DIR=$(brew --prefix c-blosc2)" >> $GITHUB_ENV
31+
echo "BLOSC2_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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
if: runner.os == 'macOS'
2929
run: |
3030
echo "HDF5_DIR=$(brew --prefix hdf5)" >> $GITHUB_ENV
31-
echo "BLOSC_DIR=$(brew --prefix c-blosc2)" >> $GITHUB_ENV
31+
echo "BLOSC2_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)