Skip to content

Commit

Permalink
[ci] add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Aug 10, 2024
1 parent 08b03ab commit 985fb30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install numpy backports.lzma setuptools bjdata
pip install numpy backports.lzma setuptools
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Build sdist
run: |
Expand All @@ -32,5 +32,6 @@ jobs:
python -m unittest discover -v test
- name: Codec benchmark
run: |
pip install bjdata lz4
cp -a test/benchcodecs.py .
python -m benchcodecs

0 comments on commit 985fb30

Please sign in to comment.