Removing pyenv lines.

PiperOrigin-RevId: 236736872
This commit is contained in:
A. Unique TensorFlower 2019-03-04 15:32:48 -08:00 committed by TensorFlower Gardener
parent a31f833111
commit c5c2f03b57

View File

@ -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