Skip to content

Commit c0f0339

Browse files
authored
Update config.yml
1 parent ca9ea1e commit c0f0339

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
@@ -13,7 +13,7 @@ jobs:
1313
name: install requirements
1414
command: |
1515
cd /home/circleci/project/
16-
pip3 install -r requirements.txt
16+
pip3 install --user -r requirements.txt
1717
- run:
1818
name: test api
1919
command: |

0 commit comments

Comments
 (0)