Update TF CI rel scripts to install pip deps with python<x.x> instead of pip<x.x>.

PiperOrigin-RevId: 351853846
Change-Id: I8d26b6fd3143225a9a646b827f452cbb606b35d8
This commit is contained in:
A. Unique TensorFlower 2021-01-14 12:27:33 -08:00 committed by TensorFlower Gardener
parent e634adc15d
commit 9cbbc16a2f
13 changed files with 13 additions and 13 deletions

View File

@ -18,7 +18,7 @@ set -x
source tensorflow/tools/ci_build/release/common.sh
install_ubuntu_16_pip_deps pip3.6
install_ubuntu_16_python_pip_deps python3.6
# Update bazel
install_bazelisk

View File

@ -18,7 +18,7 @@ set -x
source tensorflow/tools/ci_build/release/common.sh
install_ubuntu_16_pip_deps pip3.6
install_ubuntu_16_python_pip_deps python3.6
# Update bazel
install_bazelisk

View File

@ -18,7 +18,7 @@ set -x
source tensorflow/tools/ci_build/release/common.sh
install_ubuntu_16_pip_deps pip3.7
install_ubuntu_16_python_pip_deps python3.7
# Update bazel
install_bazelisk

View File

@ -18,7 +18,7 @@ set -x
source tensorflow/tools/ci_build/release/common.sh
install_ubuntu_16_pip_deps pip3.7
install_ubuntu_16_python_pip_deps python3.7
# Update bazel
install_bazelisk

View File

@ -18,7 +18,7 @@ set -x
source tensorflow/tools/ci_build/release/common.sh
install_ubuntu_16_pip_deps pip3.8
install_ubuntu_16_python_pip_deps python3.8
# Update bazel
install_bazelisk

View File

@ -18,7 +18,7 @@ set -x
source tensorflow/tools/ci_build/release/common.sh
install_ubuntu_16_pip_deps pip3.8
install_ubuntu_16_python_pip_deps python3.8
# Update bazel
install_bazelisk

View File

@ -18,7 +18,7 @@ set -x
source tensorflow/tools/ci_build/release/common.sh
install_ubuntu_16_pip_deps pip3.6
install_ubuntu_16_python_pip_deps python3.6
# Update Bazel to the desired version
install_bazelisk

View File

@ -18,7 +18,7 @@ set -x
source tensorflow/tools/ci_build/release/common.sh
install_ubuntu_16_pip_deps pip3.6
install_ubuntu_16_python_pip_deps python3.6
# Update bazel
install_bazelisk

View File

@ -18,7 +18,7 @@ set -x
source tensorflow/tools/ci_build/release/common.sh
install_ubuntu_16_pip_deps pip3.6
install_ubuntu_16_python_pip_deps python3.6
# Update bazel
install_bazelisk

View File

@ -18,7 +18,7 @@ set -x
source tensorflow/tools/ci_build/release/common.sh
install_ubuntu_16_pip_deps pip3.7
install_ubuntu_16_python_pip_deps python3.7
# Update bazel
install_bazelisk

View File

@ -18,7 +18,7 @@ set -x
source tensorflow/tools/ci_build/release/common.sh
install_ubuntu_16_pip_deps pip3.7
install_ubuntu_16_python_pip_deps python3.7
# Update bazel
install_bazelisk

View File

@ -18,7 +18,7 @@ set -x
source tensorflow/tools/ci_build/release/common.sh
install_ubuntu_16_pip_deps pip3.8
install_ubuntu_16_python_pip_deps python3.8
# Update bazel
update_bazel_linux

View File

@ -18,7 +18,7 @@ set -x
source tensorflow/tools/ci_build/release/common.sh
install_ubuntu_16_pip_deps pip3.8
install_ubuntu_16_python_pip_deps python3.8
# Update bazel
update_bazel_linux