We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6231e65 commit 50bafe8Copy full SHA for 50bafe8
.kokoro/test-samples-impl.sh
@@ -33,7 +33,7 @@ export PYTHONUNBUFFERED=1
33
env | grep KOKORO
34
35
# Install nox
36
-python3.6 -m pip install --upgrade --quiet nox
+python3 -m pip install --upgrade --quiet nox
37
38
# Use secrets acessor service account to get secrets
39
if [[ -f "${KOKORO_GFILE_DIR}/secrets_viewer_service_account.json" ]]; then
@@ -76,7 +76,7 @@ for file in samples/**/requirements.txt; do
76
echo "------------------------------------------------------------"
77
78
# Use nox to execute the tests for the project.
79
- python3.6 -m nox -s "$RUN_TESTS_SESSION"
+ python3 -m nox -s "$RUN_TESTS_SESSION"
80
EXIT=$?
81
82
# If this is a periodic build, send the test log to the FlakyBot.
0 commit comments