diff options
author | 2019-11-27 10:42:41 +0100 | |
---|---|---|
committer | 2019-11-27 13:15:09 +0100 | |
commit | 0913d2e476a99d62abba6358b0ba885c75ba2105 (patch) | |
tree | c5284e7df8c4b7bdafe6ee0d00d75ec45a067f52 /.circleci | |
parent | 2241f027c728529901d523225c07afbed664e3b4 (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 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 |