Skip to content

Commit b8e8f49

Browse files
committed
[ci] fix the missing blosc2
1 parent cd8d66b commit b8e8f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python -m unittest discover -v test
3333
- name: Codec benchmark
3434
run: |
35-
pip install --upgrade bjdata lz4
35+
pip install --upgrade lz4 blosc2
3636
cd benchmark
3737
python -m benchcodecs
3838
- name: NIfTI file loading benchmark

0 commit comments

Comments
 (0)