Merge "Use pip3 to install zuul on executors"

This commit is contained in:
Zuul 2020-04-25 15:24:00 +00:00 committed by Gerrit Code Review
commit c07d86d7ce

@ -45,7 +45,7 @@
- name: Install zuul
shell:
cmd: pip install .
cmd: pip3 install .
chdir: /opt/zuul
when: zuul_repo is changed