Skip to content

Commit

Permalink
CircleCI: Restore "sudo" to pip
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Jun 30, 2019
1 parent 9e7665c commit 0541108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- restore_cache:
key: pip
- run:
command: pip install tox
command: sudo pip install tox
- save_cache:
key: pip
paths:
Expand Down

0 comments on commit 0541108

Please sign in to comment.