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 0939486 commit e9fdb96Copy full SHA for e9fdb96
.kokoro/system_tests.sh
@@ -27,7 +27,7 @@ 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 --user --upgrade pip
+pip install --user --upgrade pip setuptools
31
~/.local/bin/pip install --user --upgrade nox-automation
32
~/.local/bin/nox -k "${NOX_SESSION}" || ret_code=$?
33
0 commit comments