Merge "Ensure the fallback uses the same install method"

This commit is contained in:
Zuul 2018-07-19 11:18:21 +00:00 committed by Gerrit Code Review
commit 722470da02
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
rescue:
- name: Install PIP (fall back mode)
command: >
python /opt/get-pip.py --isolated
{{ pip_install_script.stdout }} --isolated
{{ (pip_install_upper_constraints is defined) |
ternary('--constraint ' ~ pip_install_upper_constraints | default(''), '') }}
{{ pip_source_install_options }}