8000 Use user installation for pip and nox · johnmanong/python-docs-samples@43c29a9 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 43c29a9

Browse files
author
Jon Wayne Parrott
committed
Use user installation for pip and nox
Change-Id: I84f46760b7e221459331eaed30416bd04114fd19
1 parent ed62090 commit 43c29a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.kokoro/system_tests.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ export GOOGLE_APPLICATION_CREDENTIALS=$(pwd)/testing/service-account.json
2727
export GOOGLE_CLIENT_SECRETS=$(pwd)/testing/client-secrets.json
2828

2929
# Run tests
30-
pip install --upgrade pip
31-
pip install --upgrade nox-automation
32-
nox -k "${NOX_SESSION}" || ret_code=$?
30+
pip install --user --upgrade pip
31+
~/.local/bin/pip install --user --upgrade nox-automation
32+
~/.local/bin/nox -k "${NOX_SESSION}" || ret_code=$?
3333

3434
# Workaround for Kokoro permissions issue: delete secrets
3535
rm testing/{test-env.sh,client-secrets.json,service-account.json}

0 commit comments

Comments
 (0)
0