Skip to content

Commit

Permalink
circleci: only one requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed May 7, 2017
1 parent 8a59253 commit 39ccd43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ dependencies:
# 'models' folder is cached, don't download twice
- cd models && wget -nc http://www.tmbdev.net/en-default.pyrnn.gz
# Pipe to cat to hide the progress bars
- pip install -r requirements_1.txt|cat
- pip install -r requirements_2.txt|cat
- pip install -r requirements.txt|cat
cache_directories:
- models
test:
Expand Down

0 comments on commit 39ccd43

Please sign in to comment.