Skip to content

Commit ce6df71

Browse files
committed
sudo
1 parent cebb3e3 commit ce6df71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: build docs
2222
no_output_timeout: 25m
2323
command: |
24-
pip install --user -r requirements.txt
24+
sudo pip install -r requirements.txt
2525
sphinx-build -b html -WT --keep-going spec build/latest -d doctrees
2626
- store_artifacts:
2727
path: build/latest

0 commit comments

Comments
 (0)