Skip to content

Commit 6a0eab7

Browse files
committed
Remove sudo
1 parent d1d9c0d commit 6a0eab7

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
@@ -19,7 +19,7 @@ jobs:
1919
name: build docs
2020
no_output_timeout: 25m
2121
command: |
22-
sudo pip install -r requirements.txt
22+
pip install -r requirements.txt
2323
sphinx-build -b html -WT --keep-going spec build/latest -d doctrees
2424
- store_artifacts:
2525
path: build/latest

0 commit comments

Comments
 (0)