Skip to content

Commit

Permalink
using pypi host with cred
Browse files Browse the repository at this point in the history
  • Loading branch information
gargsanchit31 committed Nov 20, 2019
1 parent c359286 commit 0ee95a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
pip3 install -U pip wheel setuptools
pip3 install cython
pip3 install coveralls
pip3 install --extra-index-url $PYPI_HOST -r requirements.txt
pip3 install --extra-index-url $PYPI_HOST_WITH_CRED -r requirements.txt
- save_cache:
key: deps3.5-{{ .Branch }}-{{ checksum "requirements.txt" }}
paths:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ scipy
numpy
pyjnius
nltk
tweetokenize==1.1.0
tweetokenize==1.1.0

0 comments on commit 0ee95a0

Please sign in to comment.