We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c1ad8 commit 4acfa03Copy full SHA for 4acfa03
.github/workflows/run_test.yml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
python -m unittest discover -v test
33
- name: Codec benchmark
34
- if: matrix.python-version == '3.9'
+ if: matrix.python-version == '3.7' || matrix.python-version == '3.8' || matrix.python-version == '3.9'
35
36
pip install "numpy<2.0" blosc2
37
cd benchmark
0 commit comments