From: Matous Holinka Date: Wed, 6 Nov 2019 11:36:54 +0000 (+0100) Subject: bird: python3 was installed manually (w/ pip3 and pytest) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f8f081c86c63173bdaf50c31de417ab68e0985a;p=thirdparty%2Fbird.git bird: python3 was installed manually (w/ pip3 and pytest) --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9aa479e34..16b560845 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