Skip to content

Commit 985fb30

Browse files
committed
[ci] add dependencies
1 parent 08b03ab commit 985fb30

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/run_test.yml

Lines changed: 2 additions & 1 deletion
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 bjdata
25+
pip install numpy backports.lzma setuptools
2626
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2727
- name: Build sdist
2828
run: |
@@ -32,5 +32,6 @@ jobs:
3232
python -m unittest discover -v test
3333
- name: Codec benchmark
3434
run: |
35+
pip install bjdata lz4
3536
cp -a test/benchcodecs.py .
3637
python -m benchcodecs

0 commit comments

Comments
 (0)