Skip to content

Commit 37e1be8

Browse files
committed
Add dep setuptools
1 parent 3cd9e09 commit 37e1be8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
- name: Install dependencies
4545
run: |
4646
python -m pip install --upgrade pip
47+
pip install setuptools
4748
pip install cibuildwheel
4849
pip install cython twine
4950

.github/workflows/pypi_publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- name: Install dependencies
4040
run: |
4141
python -m pip install --upgrade pip
42+
pip install setuptools
4243
pip install cibuildwheel
4344
pip install cython twine
4445

0 commit comments

Comments
 (0)