ci: use the tox version installed by ensure-tox
This change fix the ci by using the new tox installation provided by the latest https://opendev.org/zuul/zuul-jobs.
This commit is contained in:
parent
755ac778cc
commit
85be99830b
@ -9,6 +9,6 @@
|
|||||||
state: present
|
state: present
|
||||||
become: yes
|
become: yes
|
||||||
- name: Run tox
|
- name: Run tox
|
||||||
command: tox
|
command: "{{ tox_executable }}"
|
||||||
args:
|
args:
|
||||||
chdir: '{{ zuul.project.src_dir }}'
|
chdir: '{{ zuul.project.src_dir }}'
|
||||||
|
Loading…
Reference in New Issue
Block a user