summaryrefslogtreecommitdiff
path: root/tools/pip.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pip.sh')
-rwxr-xr-xtools/pip.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip.sh b/tools/pip.sh
index eef5276a4..a01afa7ae 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