From 0ee95a0fd7c6191d0c2eb44ed1cdc46e0b990508 Mon Sep 17 00:00:00 2001 From: Sanchit Garg Date: Wed, 20 Nov 2019 11:55:55 +0530 Subject: [PATCH] using pypi host with cred --- .circleci/config.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 89a432d..63b97c9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: diff --git a/requirements.txt b/requirements.txt index 041d00c..0fa0652 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ scipy numpy pyjnius nltk -tweetokenize==1.1.0 \ No newline at end of file +tweetokenize==1.1.0