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 14:20:35 +0100 |
commit | 45f1e7adccd966976ef9c92c1f80b5b09ca2836d (patch) | |
tree | 2a6fd36f77c362ab27508dccdbe47b1b839ca94f /.circleci | |
parent | 33bcfab2a65a44b6e2991e9474f2ad1f43e571c0 (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)
Diffstat (limited to '.circleci')
-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 |