Skip to content

Commit b5e1433

Browse files
committed
[ci] fix blosc2 installation error
1 parent 486dd19 commit b5e1433

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
python -m unittest discover -v test
3333
- name: Codec benchmark
3434
run: |
35-
pip install bjdata lz4 blosc2
36-
pip install --upgrade numpy blosc2
35+
pip install bjdata lz4
36+
pip install blosc2 --no-binary=blosc2
3737
cp -a test/benchcodecs.py .
3838
python -m benchcodecs
3939

0 commit comments

Comments
 (0)