Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b06715a

Browse files
committed
Temporarily pin setuptools in GHA
1 parent 54efcae commit b06715a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
run: |
156156
# Upgrade pip and setuptools and wheel to get as clean an install as
157157
# possible.
158-
python -m pip install --upgrade pip setuptools wheel
158+
python -m pip install --upgrade pip 'setuptools<64' wheel
159159
160160
# Install dependencies from PyPI.
161161
python -m pip install --upgrade $PRE \

0 commit comments

Comments
 (0)