Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
fix(ci): Use latest pip on CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
heathkit committed May 9, 2017
1 parent fd59c78 commit 1a47076
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a47076

Please sign in to comment.