We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf2d5a commit 093cb3eCopy full SHA for 093cb3e
1 file changed
.github/workflows/run_test.yml
@@ -22,11 +22,14 @@ jobs:
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
- pip install numpy backports.lzma setuptools
+ pip install numpy backports.lzma setuptools bjdata
26
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
27
- name: Build sdist
28
29
python setup.py sdist
30
- name: Basic test
31
32
python -m unittest discover -v test
33
+ - name: Codec benchmark
34
+ run: |
35
+ python test/benchcodecs.py
0 commit comments