Skip to content

Commit c2711f2

Browse files
committed
CI: install blosc2 on macos
1 parent 3543151 commit c2711f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,16 @@ jobs:
3333
- name: Install hdf5, blosc, blosc2, lzo, bz c libs (Ubuntu)
3434
if: matrix.os == 'ubuntu-latest'
3535
run: sudo apt-get install -y libhdf5-dev libblosc-dev libblosc2-dev liblzo2-dev libbz2-dev
36-
- name: Install libhdf5 (macOS)
36+
- name: Install hdf5, blosc, blosc2 c libs (macOS)
3737
# See https://stackoverflow.com/questions/73029883
3838
if: runner.os == 'macOS'
3939
run: |
4040
brew install hdf5
4141
brew install c-blosc
42+
brew install c-blosc2
4243
export HDF5_DIR=/opt/homebrew/opt/hdf5
4344
export BLOSC_DIR=/opt/homebrew/opt/c-blosc
45+
export BLOSC2_DIR=/opt/homebrew/opt/c-blosc2
4446
export LZO_DIR=/opt/homebrew/opt/lzo
4547
- name: Upgrade pip
4648
run: python -m pip install --upgrade pip

0 commit comments

Comments
 (0)