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 399f845 commit 04a04f2Copy full SHA for 04a04f2
.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 numpy backports.lzma setuptools
+ pip install --force-reinstall --no-cache-dir --upgrade numpy backports.lzma setuptools h5py scipy bjdata
26
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
27
- name: Build sdist
28
@@ -31,10 +31,9 @@ jobs:
31
32
python -m unittest discover -v test
33
- name: Codec benchmark
34
- if: false
35
36
pip install bjdata lz4
37
- pip install blosc2 --no-binary=blosc2
+ pip install --force-reinstall --no-cache-dir --upgrade blosc2
38
cp -a test/benchcodecs.py .
39
python -m benchcodecs
40
0 commit comments