Skip to content

Commit 34c1ad8

Browse files
committed
[ci] debug benchcodecs
1 parent 5674738 commit 34c1ad8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/run_test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,15 @@ jobs:
3131
run: |
3232
python -m unittest discover -v test
3333
- name: Codec benchmark
34+
if: matrix.python-version == '3.9'
3435
run: |
35-
pip install --upgrade --no-cache-dir blosc2
36+
pip install "numpy<2.0" blosc2
37+
cd benchmark
38+
python -m benchcodecs
39+
- name: Codec benchmark
40+
if: matrix.python-version != '3.9'
41+
run: |
42+
pip install blosc2
3643
cd benchmark
3744
python -m benchcodecs
3845
- name: NIfTI file loading benchmark

0 commit comments

Comments
 (0)