mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +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} ..."
|
echo "==> Installing pip for python ${python_version} ..."
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
"python${python_version}" --version
|
||||||
"python${python_version}" /tmp/get-pip.py -c constraints.txt
|
"python${python_version}" /tmp/get-pip.py -c constraints.txt
|
||||||
|
"pip${python_version}" --version --disable-pip-version-check
|
||||||
set +x
|
set +x
|
||||||
|
|
||||||
echo "==> Installing requirements for python ${python_version} ..."
|
echo "==> Installing requirements for python ${python_version} ..."
|
||||||
|
|||||||
Reference in New Issue
Block a user