Skip to content

Commit 85a730c

Browse files
authored
fix: upgrade pip to latest version if available (GoogleCloudPlatform#9886)
## Description Fixes occasional pip install problems.
1 parent 2ab8142 commit 85a730c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.kokoro/tests/run_tests.sh

+3
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ cd "${PROJECT_ROOT}"
8787
# add user's pip binary path to PATH
8888
export PATH="${HOME}/.local/bin:${PATH}"
8989

90+
# upgrade pip when needed
91+
pip install --upgrade pip
92+
9093
# install nox for testing
9194
pip install --user -q nox
9295

0 commit comments

Comments
 (0)