update-constraints: Install pip for all versions
Depends-on: https://review.opendev.org/739272 Change-Id: Ic6444e6c186c82a21e7fe2868c27fda3378c187a Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
parent
e0545f74e8
commit
848d080c1a
@ -3,6 +3,12 @@
|
||||
- name: Ensure pip
|
||||
include_role:
|
||||
name: ensure-pip
|
||||
vars:
|
||||
ensure_pip_from_packages: True
|
||||
ensure_pip_from_upstream_interpreters:
|
||||
- python3.6
|
||||
- python3.7
|
||||
- python3.8
|
||||
|
||||
- name: Install git-review
|
||||
pip:
|
||||
|
Loading…
Reference in New Issue
Block a user