diff --git a/bin/steps/pip-install b/bin/steps/pip-install index 4299b910c16f6551474eee62604f86a44706c398..604a8245b7a2128b6b59f62d95216ac0a854e510 100755 --- a/bin/steps/pip-install +++ b/bin/steps/pip-install @@ -12,7 +12,14 @@ set -e show-warnings echo echo +echo +echo cat $WARNINGS_LOG | indent +echo +echo +echo +echo + if [[ ! $PIP_STATUS -eq 0 ]]; then exit 1