From 2f1793e62a28dec19ec8785a61aa39e546c17973 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Sun, 3 Apr 2016 20:37:29 -0700 Subject: [PATCH] Grant sudo to pip command --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index dceac0043..e5507a751 100644 --- a/circle.yml +++ b/circle.yml @@ -1,7 +1,7 @@ dependencies: pre: - gem install sass --version "= 3.4" - - pip install s3cmd + - sudo pip install s3cmd - npm install -g browserify - npm install -g grunt-cli deployment: