We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b03ab commit 985fb30Copy full SHA for 985fb30
1 file changed
.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 bjdata
+ pip install numpy backports.lzma setuptools
26
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
27
- name: Build sdist
28
@@ -32,5 +32,6 @@ jobs:
32
python -m unittest discover -v test
33
- name: Codec benchmark
34
35
+ pip install bjdata lz4
36
cp -a test/benchcodecs.py .
37
python -m benchcodecs
0 commit comments