diff --git a/bin/steps/pip-install b/bin/steps/pip-install index 46c99bca66b079a5818dcc2d2e1f7b27657dd019..cec8c986ae976c5fbd1e8c7aec9eadc977ad5beb 100755 --- a/bin/steps/pip-install +++ b/bin/steps/pip-install @@ -9,7 +9,10 @@ set +e set -e PIP_STATUS="$?" +echo "$PIP_STATUS" + if [[ ! $PIP_STATUS -eq 0 ]]; then + echo "an error occurred." show-warnings exit 1 fi