mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Show python and pip version in container build.
This commit is contained in:
parent
f67f8c7bc9
commit
58f06feee7
1 changed files with 2 additions and 0 deletions
|
@ -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} ..."
|
||||||
|
|
Loading…
Reference in a new issue