Skip to content

Commit

Permalink
Add --user back for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
willingc committed Oct 18, 2018
1 parent afcbcb5 commit 18e5c57
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 @@ -14,7 +14,7 @@ jobs:
name: Install doc dependencies
command: |
pip install --upgrade pip setuptools
pip install -r doc/doc-requirements.txt
pip install --user -r doc/doc-requirements.txt
# Build the docs
- run:
Expand Down

0 comments on commit 18e5c57

Please sign in to comment.