Skip to content

Commit 573a3c6

Browse files
committed
have to number format option for python2.6
1 parent 54f1b9c commit 573a3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/ansible_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'pip install '
1212
'-r tests/requirements.txt '
1313
'-r tests/ansible/requirements.txt',
14-
'pip install -q ansible=={}'.format(ci_lib.ANSIBLE_VERSION)
14+
'pip install -q ansible=={0}'.format(ci_lib.ANSIBLE_VERSION)
1515
]
1616
]
1717

0 commit comments

Comments
 (0)