We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca9ea1e commit c0f0339Copy full SHA for c0f0339
.circleci/config.yml
@@ -13,7 +13,7 @@ jobs:
13
name: install requirements
14
command: |
15
cd /home/circleci/project/
16
- pip3 install -r requirements.txt
+ pip3 install --user -r requirements.txt
17
- run:
18
name: test api
19
0 commit comments