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 13:21:34 +0100 |
commit | bc8ea269efa8315802710e7802a14a4a561206ef (patch) | |
tree | 12e75b5c2aaa50467fa64ca5fe8e4a67acc14258 | |
parent | 69d5a960e829d85d41b3f9d583dea90bc5492a0a (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>
(cherry picked from commit 0ae9a065aefcb592c6a51b0004f98419d22fee0e)
-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 54a686bd1..52a4bede8 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 |