diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-11-27 11:30:13 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-11-27 11:30:13 +0100 |
commit | 6119abf09d3d5a98509619b650b054aca2edbceb (patch) | |
tree | 54179698fa5d7f94e2f8fbbf713bdfb215dd47b5 /.circleci/config.yml | |
parent | 004d28383111d344aeb82ba9080c7c015970c9bb (diff) |
Update package index before install packaging in CircleCI
Change-Id: I5f61bfdcfa7efa7dfe0a3cf379770e79334de90e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to '.circleci/config.yml')
-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 e7612a7e..e73b984e 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 + command: sudo apt-get update && sudo apt-get install python2.7-dev - run: name: Run tox command: sudo pip install tox && tox |