diff --git a/bin/steps/pip-install b/bin/steps/pip-install index 036de4b..aa78dcc 100755 --- a/bin/steps/pip-install +++ b/bin/steps/pip-install @@ -9,10 +9,8 @@ set +e PIP_STATUS="${PIPESTATUS[0]}" set -e -echo "$PIP_STATUS" - if [[ ! $PIP_STATUS -eq 0 ]]; then - echo "an error occurred." + echo show-warnings exit 1 fi