summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@gmail.com>2018-04-22 20:12:33 -0700
committerPierre Grandin <grandinp@gmail.com>2018-04-22 20:12:33 -0700
commitcd4f9183c1993c312634804182aa0466016e01a4 (patch)
treec6a22c60c9b8094e45b1d3c75bddb0c55a5e972b
parent0ad2223fe37fdbcd84ab58bc012c75ea657109c1 (diff)
downloadnavit-cd4f9183c1993c312634804182aa0466016e01a4.tar.gz
Install pip, needed for playstore updates
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 07f5a4cf1..28ad27a14 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -65,7 +65,7 @@ jobs:
bash ci/update_download_center.sh
- run:
name: Install git
- command: apt-get update && apt-get -y install ca-certificates git
+ command: apt-get update && apt-get -y install ca-certificates git python-pip
- run:
name: configure ssh git
command: mkdir -p ~/.ssh/ && ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts