From 65f41075217c27fe7b2605325b030d8d406d48d3 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 11 Jan 2022 14:30:36 +0100 Subject: Outdated need to install python2.7-dev in CircleCI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6e25c16659f4a5653afbf9ed66d809cb638bce65 Signed-off-by: Cédric Ollivier (cherry picked from commit bdc882d05a70ec60fa6a4c9f8122ec29cae3f407) --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8cc5283d..741a7d06 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 -- cgit 1.2.3-korg