From 2d16066cb29405589aa96bcbc512a1654f43e267 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 26 Apr 2017 15:01:51 +0100 Subject: [PATCH] if in doubt, sudo --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 57d1486..9eece2e 100644 --- a/circle.yml +++ b/circle.yml @@ -12,7 +12,7 @@ dependencies: post: - pip install -r dev-requirements.txt - - pip install -e . + - sudo pip install -e . test: