Outdated need to install python2.7-dev in CircleCI
[functest-kubernetes.git] / .circleci / config.yml
index e3f240d..b03d49e 100644 (file)
@@ -6,9 +6,6 @@ jobs:
       - image: circleci/python:3.9
     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