run_tests_matrix.py: run workspace jobs with python3 (#28125)

This commit is contained in:
Jan Tattermusch 2022-03-14 12:12:51 +01:00 committed by GitHub
parent a3be072605
commit 6f75e54e4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -31,6 +31,4 @@ git submodule foreach 'cd "${repo_root}/${WORKSPACE_NAME}" \
&& git submodule update --init --reference ${repo_root}/${name} ${name}'
echo "Running run_tests.py in workspace ${WORKSPACE_NAME}"
# TODO(jtattermusch): switch to python3 as soon as it stops breaking Python MacOS tests.
# See #28125.
python "${WORKSPACE_NAME}/tools/run_tests/run_tests.py" "$@"
python3 "${WORKSPACE_NAME}/tools/run_tests/run_tests.py" "$@"