We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11950c1 commit 5674738Copy full SHA for 5674738
1 file changed
.github/workflows/run_test.yml
@@ -32,7 +32,7 @@ jobs:
32
python -m unittest discover -v test
33
- name: Codec benchmark
34
run: |
35
- pip install --no-binary=blosc2 blosc2
+ pip install --upgrade --no-cache-dir blosc2
36
cd benchmark
37
python -m benchcodecs
38
- name: NIfTI file loading benchmark
0 commit comments