Merge "update-constraints: Install pip for all versions"

This commit is contained in:
Zuul 2020-07-14 14:43:17 +00:00 committed by Gerrit Code Review
commit 131b76147c
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: