mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 11:57:37 -02:30
Merge pull request #9300 from darrenjones24/devel
Fix #9298 by upgrading pip allowing use of custom_venvs Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -150,7 +150,8 @@ spec:
|
|||||||
virtualenv -p {{ custom_venv.python | default(custom_venvs_python) }} \
|
virtualenv -p {{ custom_venv.python | default(custom_venvs_python) }} \
|
||||||
{{ custom_venvs_path }}/{{ custom_venv.name }} &&
|
{{ custom_venvs_path }}/{{ custom_venv.name }} &&
|
||||||
source {{ custom_venvs_path }}/{{ custom_venv.name }}/bin/activate &&
|
source {{ custom_venvs_path }}/{{ custom_venv.name }}/bin/activate &&
|
||||||
{{ custom_venvs_path }}/{{ custom_venv.name }}/bin/pip install {{ trusted_hosts }} -U psutil \
|
{{ custom_venvs_path }}/{{ custom_venv.name }}/bin/pip install {{ trusted_hosts }} -U pip &&
|
||||||
|
{{ custom_venvs_path }}/{{ custom_venv.name }}/bin/pip install {{ trusted_hosts }} -U psutil \
|
||||||
"ansible=={{ custom_venv.python_ansible_version }}" &&
|
"ansible=={{ custom_venv.python_ansible_version }}" &&
|
||||||
{% if custom_venv.python_modules is defined %}
|
{% if custom_venv.python_modules is defined %}
|
||||||
{{ custom_venvs_path }}/{{ custom_venv.name }}/bin/pip install {{ trusted_hosts }} -U \
|
{{ custom_venvs_path }}/{{ custom_venv.name }}/bin/pip install {{ trusted_hosts }} -U \
|
||||||
|
|||||||
Reference in New Issue
Block a user