Outdated need to install python2.7-dev in CircleCI 74/73174/1 stable/leguer
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 11 Jan 2022 13:30:36 +0000 (14:30 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 11 Jan 2022 13:33:46 +0000 (14:33 +0100)
Change-Id: I6e25c16659f4a5653afbf9ed66d809cb638bce65
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit bdc882d05a70ec60fa6a4c9f8122ec29cae3f407)

.circleci/config.yml

index 8cc5283..741a7d0 100644 (file)
@@ -6,9 +6,6 @@ jobs:
       - image: circleci/python:3.8
     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