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:
Sean McGinnis 2020-07-01 14:53:21 -05:00
parent e0545f74e8
commit 848d080c1a
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
1 changed files with 6 additions and 0 deletions

View File

@ -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: