Skip to content

Commit 4acfa03

Browse files
committed
[ci] lower numpy to 1.x in python before 3.10
1 parent 34c1ad8 commit 4acfa03

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
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
python -m unittest discover -v test
3333
- name: Codec benchmark
34-
if: matrix.python-version == '3.9'
34+
if: matrix.python-version == '3.7' || matrix.python-version == '3.8' || matrix.python-version == '3.9'
3535
run: |
3636
pip install "numpy<2.0" blosc2
3737
cd benchmark

0 commit comments

Comments
 (0)