From 12feaf1ccdbffbd3374311113e66a0c95765cec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 21 Sep 2019 20:57:21 +0200 Subject: [PATCH] ci: has alpine:edge finally moved to python3? --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 679cbfe..4491c19 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,9 +19,6 @@ debug: stage: build script: - apk add gcovr - - python2 -m ensurepip --upgrade - - python2 -m pip install --upgrade pip - - python2 -m pip install --upgrade setuptools - mkdir -p bld/debug - cd bld/debug - meson --buildtype=debug -Db_coverage=true ../..