Pin apache-libcloud to 0.20.1 when installing via pip
This commit is contained in:
parent
33ebf124c4
commit
6fcb86503a
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ before_install:
|
||||||
- pip install --user boto -U
|
- pip install --user boto -U
|
||||||
- pip install --user ansible
|
- pip install --user ansible
|
||||||
- pip install --user netaddr
|
- pip install --user netaddr
|
||||||
- pip install --user apache-libcloud
|
- pip install --user apache-libcloud==0.20.1 -U
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- directories:
|
- directories:
|
||||||
|
|
Loading…
Reference in a new issue