Skip to content

Commit 1afe0ae

Browse files
committed
ci: remove unneeded setuptools install
I don't think it's needed.
1 parent bb20945 commit 1afe0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install dependencies
4242
run: |
4343
python -m pip install --upgrade pip
44-
pip install --upgrade setuptools tox
44+
pip install --upgrade tox
4545
4646
- name: Prepare release PR (minor/patch release)
4747
if: github.event.inputs.major == 'no'

0 commit comments

Comments
 (0)