diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-11-27 10:42:41 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-11-27 10:42:41 +0100 |
commit | 0ae9a065aefcb592c6a51b0004f98419d22fee0e (patch) | |
tree | ef00126dfbab33154cc82ad024c8cb981b7c4d26 | |
parent | 70173483bd61f42f501dd1b14899fe0a75216528 (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.yml | 2 |
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 |