We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e8f49 commit 11950c1Copy full SHA for 11950c1
.github/workflows/run_test.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
- pip install --force-reinstall --no-cache-dir --upgrade numpy backports.lzma setuptools h5py scipy bjdata
+ pip install --force-reinstall --no-cache-dir --upgrade numpy backports.lzma setuptools h5py scipy bjdata lz4
26
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
27
- name: Build sdist
28
@@ -32,7 +32,7 @@ jobs:
32
python -m unittest discover -v test
33
- name: Codec benchmark
34
35
- pip install --upgrade lz4 blosc2
+ pip install --no-binary=blosc2 blosc2
36
cd benchmark
37
python -m benchcodecs
38
- name: NIfTI file loading benchmark
0 commit comments