#183 ci: use the tox version installed by ensure-tox
Merged 3 years ago by adamwill. Opened 3 years ago by tdecacqu.
fedora-qa/ tdecacqu/os-autoinst-distri-fedora master  into  master

file modified
+1 -1
@@ -9,6 +9,6 @@ 

          state: present

        become: yes

      - name: Run tox

-       command: tox

+       command: "{{ tox_executable }}"

        args:

          chdir: '{{ zuul.project.src_dir }}'

This change fix the ci by using the new tox installation
provided by the latest https://opendev.org/zuul/zuul-jobs.

Build succeeded.

Looks good, thanks. So now I get to do this in all the others too...

Pull-Request has been merged by adamwill

3 years ago
Metadata