Skip to content

Commit 56825ff

Browse files
committed
CI: install blosc2
1 parent f39d9cb commit 56825ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
- name: Update package index (Ubuntu)
3131
if: matrix.os == 'ubuntu-latest'
3232
run: sudo apt-get update
33-
- name: Install hdf5, blosc, lzo, bz c libs (Ubuntu)
33+
- name: Install hdf5, blosc, blosc2, lzo, bz c libs (Ubuntu)
3434
if: matrix.os == 'ubuntu-latest'
35-
run: sudo apt-get install -y libhdf5-dev libblosc-dev liblzo2-dev libbz2-dev
35+
run: sudo apt-get install -y libhdf5-dev libblosc-dev libblosc2-dev liblzo2-dev libbz2-dev
3636
- name: Install libhdf5 (macOS)
3737
# See https://stackoverflow.com/questions/73029883
3838
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)