We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985fb30 commit 223bff1Copy full SHA for 223bff1
1 file changed
.github/workflows/run_test.yml
@@ -32,6 +32,6 @@ jobs:
32
python -m unittest discover -v test
33
- name: Codec benchmark
34
run: |
35
- pip install bjdata lz4
+ pip install bjdata lz4 blosc2
36
cp -a test/benchcodecs.py .
37
python -m benchcodecs
0 commit comments