Merge "Set ensure_pip_virtualenv_command in Focal proposal jobs"
This commit is contained in:
commit
6b1260262a
@ -76,9 +76,17 @@
|
|||||||
vars:
|
vars:
|
||||||
python_version: 3.9
|
python_version: 3.9
|
||||||
|
|
||||||
- name: Install tox
|
- name: Install tox with venv command override
|
||||||
include_role:
|
include_role:
|
||||||
name: ensure-tox
|
name: ensure-tox
|
||||||
vars:
|
vars:
|
||||||
ensure_global_symlinks: true
|
ensure_global_symlinks: true
|
||||||
ensure_pip_virtualenv_command: '{{ _venv_command | default(omit) }}'
|
ensure_pip_virtualenv_command: '{{ _venv_command }}'
|
||||||
|
when: _venv_command is defined
|
||||||
|
|
||||||
|
- name: Install tox without venv command override
|
||||||
|
include_role:
|
||||||
|
name: ensure-tox
|
||||||
|
vars:
|
||||||
|
ensure_global_symlinks: true
|
||||||
|
when: _venv_command is not defined
|
||||||
|
Loading…
Reference in New Issue
Block a user