Skip to content

Commit cebb3e3

Browse files
committed
add --user
1 parent 2718bfc commit cebb3e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

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

0 commit comments

Comments
 (0)