Skip to content

Commit 57db3a3

Browse files
committed
issue #543: install virtualenv for Azure
1 parent ebb4a7c commit 57db3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/localhost_ansible_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
with ci_lib.Fold('job_setup'):
2525
# Don't set -U as that will upgrade Paramiko to a non-2.6 compatible version.
26-
run("pip install -q ansible==%s", ci_lib.ANSIBLE_VERSION)
26+
run("pip install -q virtualenv ansible==%s", ci_lib.ANSIBLE_VERSION)
2727

2828
os.chmod(KEY_PATH, int('0600', 8))
2929
if not ci_lib.exists_in_path('sshpass'):

0 commit comments

Comments
 (0)