From 58b12c2e0bfa541bdb038be6e1679c5117b98484 Mon Sep 17 00:00:00 2001 From: Andrey Kurilin Date: Wed, 12 Jan 2022 11:25:16 +0200 Subject: [PATCH] Call pip install tox differently Change-Id: I6d181c6aa3568c05d2af9bf9f7bf975d7be32f0b --- tests/ci/playbooks/tox-install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci/playbooks/tox-install.yaml b/tests/ci/playbooks/tox-install.yaml index e58060e506..d1d467f0a8 100644 --- a/tests/ci/playbooks/tox-install.yaml +++ b/tests/ci/playbooks/tox-install.yaml @@ -59,6 +59,6 @@ shell: executable: /bin/bash cmd: | - pip{{ python_version.stdout }} install tox + python{{ python_version.stdout }} -m pip install tox roles: - bindep