aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-11-27 10:42:41 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-11-27 10:42:41 +0100
commit0ae9a065aefcb592c6a51b0004f98419d22fee0e (patch)
treeef00126dfbab33154cc82ad024c8cb981b7c4d26
parent70173483bd61f42f501dd1b14899fe0a75216528 (diff)
Update package list before installing in CircleCI
It currently fails: https://app.circleci.com/jobs/github/collivier/functest/189 Change-Id: I8d3e2f468c6c44fa2b680f0370100d2bcf786601 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 8ef97b330..2b5a0a78d 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 enchant
+ command: sudo apt-get update && sudo apt-get install python2.7-dev enchant
- run:
name: Run tox
command: sudo pip install tox && tox