From 1b4e2ab27085792fe9fa526c874c93bc985cb9e0 Mon Sep 17 00:00:00 2001 From: Ramesh Sampath <1437573+sampathweb@users.noreply.github.com> Date: Thu, 14 Mar 2024 19:32:24 -0500 Subject: [PATCH] Remove install of Python 3.9 (#2392) --- .kokoro/github/ubuntu/gpu/build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.kokoro/github/ubuntu/gpu/build.sh b/.kokoro/github/ubuntu/gpu/build.sh index 76ac0631b4..2c83c503da 100644 --- a/.kokoro/github/ubuntu/gpu/build.sh +++ b/.kokoro/github/ubuntu/gpu/build.sh @@ -3,8 +3,6 @@ set -x cd "${KOKORO_ROOT}/" -sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 1 - PYTHON_BINARY="/usr/bin/python3.9" "${PYTHON_BINARY}" -m venv venv