From 85be99830bc7d9472ee307d80b3ee4c22bf37f29 Mon Sep 17 00:00:00 2001 From: Tristan Cacqueray Date: Aug 11 2020 18:28:11 +0000 Subject: 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. --- diff --git a/ci/tox.yaml b/ci/tox.yaml index 3598082..637c605 100644 --- a/ci/tox.yaml +++ b/ci/tox.yaml @@ -9,6 +9,6 @@ state: present become: yes - name: Run tox - command: tox + command: "{{ tox_executable }}" args: chdir: '{{ zuul.project.src_dir }}'