From 6376aa1341d77fee9d9d7e63db655c5e681e27f3 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 18 Jun 2020 20:05:02 +0200 Subject: [PATCH] Fix translation jobs The translation jobs use scripts that expect tox pre-installed, install tox globally for them. Change-Id: I633c868a96721f38f063f8e057b0b3c950d5d3e9 --- playbooks/translation/pre.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/translation/pre.yaml b/playbooks/translation/pre.yaml index 3ad962435d..a926b608b1 100644 --- a/playbooks/translation/pre.yaml +++ b/playbooks/translation/pre.yaml @@ -5,5 +5,7 @@ - sphinx - reno sphinx_python: python3 + - role: ensure-tox + ensure_global_symlinks: true - ensure-babel - copy-proposal-common-scripts