mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-11 12:43:04 +08:00
Make sure the pip in the virtualenv is upgraded.
Additionally, list the installed packages after each of the two installation phases.
This commit is contained in:
@@ -47,6 +47,9 @@ if [[ $PY == 2.* ]]; then
|
||||
pip install --retries 3 -q pyamg
|
||||
fi
|
||||
|
||||
# Show what's installed
|
||||
pip list
|
||||
|
||||
section_end "Install.optional.dependencies"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user