diff options
author | 2022-01-11 14:30:36 +0100 | |
---|---|---|
committer | 2022-01-11 14:31:42 +0100 | |
commit | 2aed4d7c6dc4b5770bfae9f5788ad54cd5c47952 (patch) | |
tree | fcc3728abc9429c1be208a6e28fb438cec69f5dc | |
parent | f72bc60644abb5f8b1d354fa296f5ed71145f3ec (diff) |
Outdated need to install python2.7-dev in CircleCI
Change-Id: I6e25c16659f4a5653afbf9ed66d809cb638bce65
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit bdc882d05a70ec60fa6a4c9f8122ec29cae3f407)
-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 e3f240d1..b03d49e2 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: |