Skip to content

Commit

Permalink
try with apt
Browse files Browse the repository at this point in the history
  • Loading branch information
drammock committed Oct 14, 2019
1 parent 1148f88 commit 44c8d60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
- run:
name: update pip
command: |
pip install --upgrade pip
sudo apt-get update
sudo apt-get install python-pip
- run:
name: Merge with upstream
command: |
Expand Down

0 comments on commit 44c8d60

Please sign in to comment.