8000 Attempting to fix kokoro again · johnmanong/python-docs-samples@e9fdb96 · GitHub
[go: up one dir, main page]

Skip to content

Commit e9fdb96

Browse files
author
Jon Wayne Parrott
committed
Attempting to fix kokoro again
Change-Id: I77e063b583a19bc0d3a5d1fc1d45d00934b23059
1 parent 0939486 commit e9fdb96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/system_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ 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 --user --upgrade pip
30+
pip install --user --upgrade pip setuptools
3131
~/.local/bin/pip install --user --upgrade nox-automation
3232
~/.local/bin/nox -k "${NOX_SESSION}" || ret_code=$?
3333

0 commit comments

Comments
 (0)
0