We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b191d68 commit 4f91009Copy full SHA for 4f91009
.kokoro/release-nightly.sh
@@ -57,8 +57,7 @@ git config --global --add safe.directory "${PROJECT_ROOT}"
57
58
# Workaround for older pip not able to resolve dependencies. See internal
59
# issue 316909553.
60
-python3.10 -m pip install pip==23.3.2
61
-python3.10 -m pip install --require-hashes -r .kokoro/requirements.txt
+python3.10 -m pip install pip==25.0.1
62
63
# Disable buffering, so that the logs stream through.
64
export PYTHONUNBUFFERED=1
0 commit comments