Skip to content

Commit e8085e7

Browse files
committed
Install c-blosc2 in workflows.
1 parent 7f5a3a5 commit e8085e7

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
@@ -21,7 +21,7 @@ jobs:
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

.github/workflows/run-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

0 commit comments

Comments
 (0)