Skip to content

Commit

Permalink
Remove install of Python 3.9 (keras-team#1514)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampathweb authored Mar 14, 2024
1 parent f127901 commit 673c63b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .kokoro/github/ubuntu/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ if [[ -z "${KAGGLE_USERNAME}" ]]; then
fi

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 673c63b

Please sign in to comment.