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