We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed62090 commit 43c29a9Copy full SHA for 43c29a9
.kokoro/system_tests.sh
@@ -27,9 +27,9 @@ export GOOGLE_APPLICATION_CREDENTIALS=$(pwd)/testing/service-account.json
27
export GOOGLE_CLIENT_SECRETS=$(pwd)/testing/client-secrets.json
28
29
# Run tests
30
-pip install --upgrade pip
31
-pip install --upgrade nox-automation
32
-nox -k "${NOX_SESSION}" || ret_code=$?
+pip install --user --upgrade pip
+~/.local/bin/pip install --user --upgrade nox-automation
+~/.local/bin/nox -k "${NOX_SESSION}" || ret_code=$?
33
34
# Workaround for Kokoro permissions issue: delete secrets
35
rm testing/{test-env.sh,client-secrets.json,service-account.json}
0 commit comments