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

Commit 1a47076

Browse files
committed
fix(ci): Use latest pip on CircleCI
1 parent fd59c78 commit 1a47076

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

circle.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ dependencies:
1919
- cd testapp && npm update
2020
- npm start:
2121
background: true
22+
- sudo apt-get update
2223
# Install the latest Firefox beta
24+
- pip install --upgrade pip
2325
- pip install mozdownload mozinstall
2426
- mozdownload --version latest --destination firefox.tar.bz2
2527
- mozinstall firefox.tar.bz2

0 commit comments

Comments
 (0)