run_tests_matrix.py: run workspace jobs with python3 (#28125)
This commit is contained in:
parent
a3be072605
commit
6f75e54e4f
|
|
@ -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" "$@"
|
||||
|
|
|
|||
Loading…
Reference in New Issue