From 523b1096669f64c3481c4f2a2cd45771bd68b351 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Tue, 15 Dec 2020 17:08:56 -0700 Subject: [PATCH] Update tests.sh --- tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests.sh b/tests.sh index b2a0a527da..6a132f4514 100755 --- a/tests.sh +++ b/tests.sh @@ -357,7 +357,7 @@ build_python38() { } build_python39() { - build_python_version py38-python + build_python_version py39-python } build_python_cpp() { @@ -413,7 +413,7 @@ build_python38_cpp() { } build_python39_cpp() { - build_python_cpp_version py38-cpp + build_python_cpp_version py39-cpp } build_python_compatibility() {