have to number format option for python2.6
This commit is contained in:
parent
54f1b9ca39
commit
573a3c6161
|
@ -11,7 +11,7 @@ batches = [
|
|||
'pip install '
|
||||
'-r tests/requirements.txt '
|
||||
'-r tests/ansible/requirements.txt',
|
||||
'pip install -q ansible=={}'.format(ci_lib.ANSIBLE_VERSION)
|
||||
'pip install -q ansible=={0}'.format(ci_lib.ANSIBLE_VERSION)
|
||||
]
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue