We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 580d994 commit 18dc582Copy full SHA for 18dc582
.github/workflows/test.yml
@@ -30,9 +30,9 @@ jobs:
30
- name: Update package index (Ubuntu)
31
if: matrix.os == 'ubuntu-latest'
32
run: sudo apt-get update
33
- - name: Install hdf5, blosc, lzo c libs (Ubuntu)
+ - name: Install hdf5, blosc, lzo, bz c libs (Ubuntu)
34
35
- run: sudo apt-get install -y libhdf5-dev libblosc-dev liblzo2-dev
+ run: sudo apt-get install -y libhdf5-dev libblosc-dev liblzo2-dev libbz2-dev
36
- name: Install libhdf5 (macOS)
37
# See https://stackoverflow.com/questions/73029883
38
if: runner.os == 'macOS'
0 commit comments