diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-01-11 14:30:36 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-01-11 14:33:46 +0100 |
commit | 6d430ae5587c63e309b26c7e4e3fcec481b1f068 (patch) | |
tree | 4c04bd1df9479d0430d66e7485af47cba88d4338 /.circleci/config.yml | |
parent | 168daa419138af850cd9d2e0b307a0950451de96 (diff) |
Outdated need to install python2.7-dev in CircleCIstable/leguer
Change-Id: I6e25c16659f4a5653afbf9ed66d809cb638bce65
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit bdc882d05a70ec60fa6a4c9f8122ec29cae3f407)
Diffstat (limited to '.circleci/config.yml')
-rw-r--r-- | .circleci/config.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 8cc5283d..741a7d06 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,9 +7,6 @@ jobs: steps: - checkout - run: - name: Install dependendencies - command: sudo apt-get update && sudo apt-get install python2.7-dev - - run: name: Run tox command: sudo pip install tox tox-pip-version && tox - store_artifacts: |