Skip to content

Commit da3f4f8

Browse files
author
Amit Patankar
committed
Removing the force downgrade install.
1 parent 02b7fa3 commit da3f4f8

File tree

1 file changed

+0
-4
lines changed
  • tensorflow/tools/ci_build/builds

1 file changed

+0
-4
lines changed

tensorflow/tools/ci_build/builds/pip.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -322,10 +322,6 @@ create_activate_virtualenv_and_install_tensorflow() {
322322
pip install -v ${PIP_FLAGS} ${WHL_PATH} || \
323323
die "pip install (forcing to reinstall tensorflow) FAILED"
324324
echo "Successfully installed pip package ${TF_WHEEL_PATH}"
325-
326-
# Force downgrade setuptools.
327-
pip install --upgrade setuptools==39.1.0
328-
329325
}
330326

331327
################################################################################

0 commit comments

Comments
 (0)