Skip to content

Commit 8eaf42c

Browse files
committed
Revert unrelated change
1 parent 51677cf commit 8eaf42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/install_python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ EOF
8787

8888
echo "Installing Pip..."
8989
$python -m ensurepip
90-
$python -m pip install -U pip "setuptools>=77"
90+
$python -m pip install -U pip setuptools
9191
else
9292
echo "Unsupported platform: $platform"
9393
exit 1

0 commit comments

Comments
 (0)