Skip to content

Commit 11950c1

Browse files
committed
[ci] try locally build blosc2
1 parent b8e8f49 commit 11950c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install --force-reinstall --no-cache-dir --upgrade numpy backports.lzma setuptools h5py scipy bjdata
25+
pip install --force-reinstall --no-cache-dir --upgrade numpy backports.lzma setuptools h5py scipy bjdata lz4
2626
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2727
- name: Build sdist
2828
run: |
@@ -32,7 +32,7 @@ jobs:
3232
python -m unittest discover -v test
3333
- name: Codec benchmark
3434
run: |
35-
pip install --upgrade lz4 blosc2
35+
pip install --no-binary=blosc2 blosc2
3636
cd benchmark
3737
python -m benchcodecs
3838
- name: NIfTI file loading benchmark

0 commit comments

Comments
 (0)