From 1a47076875395648038a39fcd258a77bfcabe05c Mon Sep 17 00:00:00 2001 From: Michael Giambalvo Date: Tue, 9 May 2017 11:14:41 -0700 Subject: [PATCH] fix(ci): Use latest pip on CircleCI --- circle.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/circle.yml b/circle.yml index 8585f166b..1ed654ca1 100644 --- a/circle.yml +++ b/circle.yml @@ -19,7 +19,9 @@ dependencies: - cd testapp && npm update - npm start: background: true + - sudo apt-get update # Install the latest Firefox beta + - pip install --upgrade pip - pip install mozdownload mozinstall - mozdownload --version latest --destination firefox.tar.bz2 - mozinstall firefox.tar.bz2