Commit 1f07110 1 parent 8508168 commit 1f07110 Copy full SHA for 1f07110
File tree 1 file changed +2
-2
lines changed
synthtool/gcp/templates/python_library/.kokoro
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export PYTHONUNBUFFERED=1
33
33
env | grep KOKORO
34
34
35
35
# Install nox
36
- python3.6 -m pip install --upgrade --quiet nox
36
+ python3.9 -m pip install --upgrade --quiet nox
37
37
38
38
# Use secrets acessor service account to get secrets
39
39
if [[ -f " ${KOKORO_GFILE_DIR} /secrets_viewer_service_account.json" ]]; then
@@ -76,7 +76,7 @@ for file in samples/**/requirements.txt; do
76
76
echo " ------------------------------------------------------------"
77
77
78
78
# Use nox to execute the tests for the project.
79
- python3.6 -m nox -s " $RUN_TESTS_SESSION "
79
+ python3.9 -m nox -s " $RUN_TESTS_SESSION "
80
80
EXIT=$?
81
81
82
82
# If this is a periodic build, send the test log to the FlakyBot.
You can’t perform that action at this time.
0 commit comments