From 8b0436bdbb9a90755cbdbaefa0e4be21837de633 Mon Sep 17 00:00:00 2001 From: Lester Chan Date: Mon, 10 Sep 2018 12:00:06 +0800 Subject: [PATCH] Bug in awscli. Refer to https://github.com/aws/aws-cli/issues/3535 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c2edfd8..307336e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: - checkout - run: 'sudo apt install python-pip python-dev' - run: 'sudo easy_install six==1.9.0' - - run: 'sudo pip install awsebcli' + - run: 'sudo pip install --upgrade "urllib3==1.22" awscli' - run: 'npm install' - run: 'npm run lint' - deploy: