FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore: fix nightly pipeline (#1551) · googleapis/google-cloud-python@29a4cf2 · GitHub

Commit 29a4cf2

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

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

‎packages/bigframes/.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)

Back | FazBrowse Home | New Git URL