Skip to content

Commit

Permalink
Remove install of Python 3.9 (#2392)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampathweb authored Mar 15, 2024
1 parent f0c05fe commit 1b4e2ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .kokoro/github/ubuntu/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b4e2ab

Please sign in to comment.