Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Commit e16626b

Browse files
morambrocopybara-github
authored andcommitted
Use Python 3.8 in macOS continuous tests
PiperOrigin-RevId: 621735359
1 parent da751cb commit e16626b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

kokoro/run_tests.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,10 @@ main() {
147147
# Install protoc.
148148
source ./kokoro/testutils/install_protoc.sh
149149

150+
# Sourcing required to update callers environment.
151+
source ./kokoro/testutils/install_python3.sh
152+
150153
if [[ "${PLATFORM}" == 'linux' ]]; then
151-
# Sourcing required to update callers environment.
152-
source ./kokoro/testutils/install_python3.sh
153154
./kokoro/testutils/upgrade_gcc.sh
154155
fi
155156

0 commit comments

Comments
 (0)