Skip to content

Commit 5674738

Browse files
committed
[ci] try fix blosc2 install
1 parent 11950c1 commit 5674738

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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 --no-binary=blosc2 blosc2
35+
pip install --upgrade --no-cache-dir blosc2
3636
cd benchmark
3737
python -m benchcodecs
3838
- name: NIfTI file loading benchmark

0 commit comments

Comments
 (0)