From: Matous Holinka Date: Wed, 6 Nov 2019 11:04:00 +0000 (+0100) Subject: bird: python3, pip3, pytest5 were installed X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e66d8cae7e68feb96b9c5c038fd2f32d0e792922;p=thirdparty%2Fbird.git bird: python3, pip3, pytest5 were installed --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16b560845..609667bb6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -304,6 +304,10 @@ cloning_netlab: tags: - birdlab script: + - apt install python3-pip + - apt update + - pip3 install python3.6 + - pip3 install pytest==5.0.1 - python3 --version - cd ../ - rm -r bird-tools