Skip to content

Commit 749c1d4

Browse files
committed
[ci] add missing pip package for 3.12
1 parent a3e52dd commit 749c1d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
23-
pip install numpy backports.lzma
23+
pip install numpy backports.lzma setuptools
2424
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2525
- name: Build sdist
2626
run: |

0 commit comments

Comments
 (0)