Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit dd9ab4b

Browse files
committed
chore: fix nightly pipeline
This is needed after .github/requirement.txt was deleted in PR #1453.
1 parent b6b82ec commit dd9ab4b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.kokoro/release-nightly.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ git config --global --add safe.directory "${PROJECT_ROOT}"
5757

5858
# Workaround for older pip not able to resolve dependencies. See internal
5959
# issue 316909553.
60-
python3.10 -m pip install pip==23.3.2
61-
python3.10 -m pip install --require-hashes -r .kokoro/requirements.txt
60+
python3.10 -m pip install pip==25.0.1
6261

6362
# Disable buffering, so that the logs stream through.
6463
export PYTHONUNBUFFERED=1

0 commit comments

Comments
 (0)