diff --git a/tests/ci/playbooks/tox-install.yaml b/tests/ci/playbooks/tox-install.yaml index abd9a2354e..e58060e506 100644 --- a/tests/ci/playbooks/tox-install.yaml +++ b/tests/ci/playbooks/tox-install.yaml @@ -51,7 +51,7 @@ cmd: | set -e curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py - python{{ python_version.stdout }} get-pip.py + python{{ python_version.stdout }} get-pip.py --force-reinstall - name: Install python tox become: True