diff --git a/bin/steps/pip-install b/bin/steps/pip-install index a2d43e5..11123ed 100755 --- a/bin/steps/pip-install +++ b/bin/steps/pip-install @@ -9,6 +9,7 @@ set +e PIP_STATUS="${PIPESTATUS[0]}" set -e +cat $WARNINGS_LOG > /dev/null show-warnings if [[ ! $PIP_STATUS -eq 0 ]]; then