Skip to content

Commit fafa74d

Browse files
authored
Upgrade setuptools in workflow
1 parent 2efa2f4 commit fafa74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pip_install_on_python_prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
with:
1717
python-version: 3.14
1818
allow-prereleases: true
19-
- run: pip install --upgrade pip
19+
- run: pip install --upgrade pip setuptools
2020
- run: pip install librabbitmq

0 commit comments

Comments
 (0)