diff --git a/tools/pip.sh b/tools/pip.sh index eef5276a47..a01afa7ae3 100755 --- a/tools/pip.sh +++ b/tools/pip.sh @@ -53,7 +53,7 @@ then # Be forgiving of package retrieval errors attempts=0 set +e - until yarn install --verbose; do + until yarn install; do ((attempts++)) if [[ $attempts > 2 ]] then