Skip to content

Commit 04a04f2

Browse files
committed
[ci] install dependent modules
1 parent 399f845 commit 04a04f2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/run_test.yml

Lines changed: 2 additions & 3 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 numpy backports.lzma setuptools
25+
pip install --force-reinstall --no-cache-dir --upgrade numpy backports.lzma setuptools h5py scipy bjdata
2626
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2727
- name: Build sdist
2828
run: |
@@ -31,10 +31,9 @@ jobs:
3131
run: |
3232
python -m unittest discover -v test
3333
- name: Codec benchmark
34-
if: false
3534
run: |
3635
pip install bjdata lz4
37-
pip install blosc2 --no-binary=blosc2
36+
pip install --force-reinstall --no-cache-dir --upgrade blosc2
3837
cp -a test/benchcodecs.py .
3938
python -m benchcodecs
4039

0 commit comments

Comments
 (0)