Fix CI
This commit is contained in:
parent
6d3ca7fcc5
commit
a6c1ede629
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ python:
|
|||
services:
|
||||
- docker
|
||||
install:
|
||||
- sudo apt-get install -y curl
|
||||
- sudo apt-get install -y curl python-tk
|
||||
- sudo pip install -U pip
|
||||
- sudo curl -L https://github.com/docker/compose/releases/download/1.21.2/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
|
||||
- sudo chmod +x /usr/local/bin/docker-compose
|
||||
|
|
Loading…
Reference in a new issue