Browse Source

sudo to pip install

master
Chris Smith 8 years ago
parent
commit
9610f962b9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      circle.yml

+ 1
- 1
circle.yml View File

@@ -5,7 +5,7 @@ machine:
5 5
 
6 6
 dependencies:
7 7
   pre:
8
-    - pip install docker-compose
8
+    - sudo pip install docker-compose
9 9
   override:
10 10
     - docker-compose build:
11 11
         pwd: test

Loading…
Cancel
Save