issue #543: install virtualenv for Azure

This commit is contained in:
David Wilson 2019-07-31 01:03:23 +01:00
parent ebb4a7ca6a
commit 57db3a36e1
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ with ci_lib.Fold('unit_tests'):
with ci_lib.Fold('job_setup'):
# Don't set -U as that will upgrade Paramiko to a non-2.6 compatible version.
run("pip install -q ansible==%s", ci_lib.ANSIBLE_VERSION)
run("pip install -q virtualenv ansible==%s", ci_lib.ANSIBLE_VERSION)
os.chmod(KEY_PATH, int('0600', 8))
if not ci_lib.exists_in_path('sshpass'):