From c5c2f03b571cf6ae36452016934b63d5f4be28e6 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" <gardener@tensorflow.org> Date: Mon, 4 Mar 2019 15:32:48 -0800 Subject: [PATCH] Removing pyenv lines. PiperOrigin-RevId: 236736872 --- tensorflow/tools/ci_build/builds/pip_new.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tensorflow/tools/ci_build/builds/pip_new.sh b/tensorflow/tools/ci_build/builds/pip_new.sh index 9bb4ae95b2a..e0309819613 100755 --- a/tensorflow/tools/ci_build/builds/pip_new.sh +++ b/tensorflow/tools/ci_build/builds/pip_new.sh @@ -663,10 +663,6 @@ for WHL_PATH in $(ls ${PIP_WHL_DIR}/${PROJECT_NAME}*.whl); do if [[ ${OS_TYPE} == "ubuntu" ]]; then # Repair the wheels for cpu manylinux1 echo "auditwheel repairing ${WHL_PATH}" - if [[ ${PY_MAJOR_MINOR_VER} == "3.6" ]]; then - # Revert pyenv changes, so that auditwheel can work properly. - pyenv global system - fi pip show auditwheel set +e pip install auditwheel==1.5.0