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