diff --git a/bin/steps/pip-install b/bin/steps/pip-install index 22a0a0c562d8441a83a85be277fbc4cdb090f72e..ad762f989f0e28f06b74d42fba25852297d99d10 100755 --- a/bin/steps/pip-install +++ b/bin/steps/pip-install @@ -10,8 +10,6 @@ PIP_STATUS="${PIPESTATUS[0]}" set -e show-warnings -echo '*** DEBUG ****' -cat $WARNINGS_LOG if [[ ! $PIP_STATUS -eq 0 ]]; then exit 1