We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 486dd19 commit b5e1433Copy full SHA for b5e1433
1 file changed
.github/workflows/run_test.yml
@@ -32,8 +32,8 @@ jobs:
32
python -m unittest discover -v test
33
- name: Codec benchmark
34
run: |
35
- pip install bjdata lz4 blosc2
36
- pip install --upgrade numpy blosc2
+ pip install bjdata lz4
+ pip install blosc2 --no-binary=blosc2
37
cp -a test/benchcodecs.py .
38
python -m benchcodecs
39
0 commit comments