aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-11-27 11:20:41 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-11-27 11:20:41 +0100
commitb209efd0fa4233ba58e5d21175c567c8b0946dde (patch)
tree7ca472efd54868519fcc77493835154a839cf547 /.circleci
parentf5aceb5447deed25234c5354b9dd9601115d9378 (diff)
Run update package index before installing pkg in Circle CI.
Change-Id: Id160a5bc68c2201db124773bf6eee8b6bb4cb7fc Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 7892cb35..566e3cec 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -8,7 +8,7 @@ jobs:
- checkout
- run:
name: Install dependendencies
- command: sudo apt-get install python2.7-dev
+ command: sudo apt-get update && sudo apt-get install python2.7-dev
- run:
name: Run tox
command: sudo pip install tox && tox