Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiu44 authored Feb 28, 2019
1 parent ca9ea1e commit c0f0339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: install requirements
command: |
cd /home/circleci/project/
pip3 install -r requirements.txt
pip3 install --user -r requirements.txt
- run:
name: test api
command: |
Expand Down

0 comments on commit c0f0339

Please sign in to comment.