mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 15:36:04 -03:30
Python: Bump to python 3.8
This commit is contained in:
@@ -14,11 +14,11 @@ _cleanup() {
|
||||
generate_requirements() {
|
||||
venv="`pwd`/venv"
|
||||
echo $venv
|
||||
/usr/bin/python3.6 -m venv "${venv}"
|
||||
/usr/bin/python3.8 -m venv "${venv}"
|
||||
# shellcheck disable=SC1090
|
||||
source ${venv}/bin/activate
|
||||
|
||||
${venv}/bin/python3.6 -m pip install -U pip pip-tools
|
||||
${venv}/bin/python3.8 -m pip install -U pip pip-tools
|
||||
|
||||
${pip_compile} --output-file requirements.txt "${requirements_in}" "${requirements_git}"
|
||||
# consider the git requirements for purposes of resolving deps
|
||||
|
||||
Reference in New Issue
Block a user