mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-01 12:50:48 +08:00
Revert pip cache changes. Use pip's built-in retry.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user