1 parent 6afd6bb commit f132d31Copy full SHA for f132d31
1 file changed
bin/steps/pip-install
@@ -10,8 +10,6 @@ PIP_STATUS="${PIPESTATUS[0]}"
10
set -e
11
12
show-warnings
13
-echo '*** DEBUG ****'
14
-cat $WARNINGS_LOG
15
16
if [[ ! $PIP_STATUS -eq 0 ]]; then
17
exit 1
0 commit comments