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