Revert pip cache changes. Use pip's built-in retry.

This commit is contained in:
John Wiggins
2015-08-31 20:26:22 +02:00
parent 05e6c0cb76
commit 8a5cc800cb
4 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ else
fi
if [[ $PY == 2.* ]]; then
retry pip install -q pyamg
pip install --retries 3 -q pyamg
fi
section_end "Install.optional.dependencies"