Skip to content

Commit

Permalink
[ci] add missing pip package for 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Feb 28, 2024
1 parent a3e52dd commit 749c1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install numpy backports.lzma
pip install numpy backports.lzma setuptools
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Build sdist
run: |
Expand Down

0 comments on commit 749c1d4

Please sign in to comment.