Skip to content

Commit 4f91009

Browse files
authored
chore: fix nightly pipeline (#1551)
This is needed after .github/requirement.txt was deleted in PR #1453.
1 parent b191d68 commit 4f91009

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.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)