From 85be99830bc7d9472ee307d80b3ee4c22bf37f29 Mon Sep 17 00:00:00 2001 From: Tristan Cacqueray Date: Tue, 11 Aug 2020 18:28:11 +0000 Subject: [PATCH] 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. --- ci/tox.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/tox.yaml b/ci/tox.yaml index 3598082e..637c6054 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 }}'