Skip to content

Commit

Permalink
Attempting to fix kokoro again
Browse files Browse the repository at this point in the history
Change-Id: I77e063b583a19bc0d3a5d1fc1d45d00934b23059
  • Loading branch information
Jon Wayne Parrott committed Oct 24, 2017
1 parent 0939486 commit e9fdb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kokoro/system_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export GOOGLE_APPLICATION_CREDENTIALS=$(pwd)/testing/service-account.json
export GOOGLE_CLIENT_SECRETS=$(pwd)/testing/client-secrets.json

# Run tests
pip install --user --upgrade pip
pip install --user --upgrade pip setuptools
~/.local/bin/pip install --user --upgrade nox-automation
~/.local/bin/nox -k "${NOX_SESSION}" || ret_code=$?

Expand Down

0 comments on commit e9fdb96

Please sign in to comment.