have to number format option for python2.6

This commit is contained in:
Steven Robertson 2020-04-30 13:31:11 -07:00
parent 54f1b9ca39
commit 573a3c6161
1 changed files with 1 additions and 1 deletions

View File

@ -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)
]
]