From 4f8f081c86c63173bdaf50c31de417ab68e0985a Mon Sep 17 00:00:00 2001 From: Matous Holinka Date: Wed, 6 Nov 2019 12:36:54 +0100 Subject: [PATCH] bird: python3 was installed manually (w/ pip3 and pytest) --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9aa479e3..16b56084 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -304,10 +304,6 @@ cloning_netlab: tags: - birdlab script: - - sudo apt install python3-pip - - sudo apt update - - pip3 install python3.6 - - pip3 install pytest==5.0.1 - python3 --version - cd ../ - rm -r bird-tools