Skip to content

Commit adf9553

Browse files
committed
[ci] skip python 3.7/3.8 for blosc2, really
1 parent a4e52bd commit adf9553

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
@@ -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)