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:
parent
e634adc15d
commit
9cbbc16a2f
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user