[ci] force reinstall of pip

Change-Id: Ief328c82f43d4717880da17b62cb4a089e1ed9cf
This commit is contained in:
Andrey Kurilin 2022-01-11 14:41:55 +02:00
parent 2a77c63071
commit 72859c8f67
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
cmd: | cmd: |
set -e set -e
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py 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 - name: Install python tox
become: True become: True