mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Show python and pip version in container build.
This commit is contained in:
@@ -33,7 +33,9 @@ for python_version in "${python_versions[@]}"; do
|
||||
echo "==> Installing pip for python ${python_version} ..."
|
||||
|
||||
set -x
|
||||
"python${python_version}" --version
|
||||
"python${python_version}" /tmp/get-pip.py -c constraints.txt
|
||||
"pip${python_version}" --version --disable-pip-version-check
|
||||
set +x
|
||||
|
||||
echo "==> Installing requirements for python ${python_version} ..."
|
||||
|
||||
Reference in New Issue
Block a user