From 5835c9de399b74babd9a7cdf5dad600d8dfa44bb Mon Sep 17 00:00:00 2001 From: sampathweb <1437573+sampathweb@users.noreply.github.com> Date: Thu, 14 Mar 2024 18:39:21 -0500 Subject: [PATCH] Remove install of Python 3.9 --- .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