From 72859c8f6793ad55ee5528cd7d297ddb7e62dfcf Mon Sep 17 00:00:00 2001 From: Andrey Kurilin Date: Tue, 11 Jan 2022 14:41:55 +0200 Subject: [PATCH] [ci] force reinstall of pip Change-Id: Ief328c82f43d4717880da17b62cb4a089e1ed9cf --- 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 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