From 5564e495c0c61debef1d956f2fc1052df20ee6c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Sun, 31 May 2020 21:53:11 +0200 Subject: [PATCH] CI: remove "python" --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1628a92..0069acf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: - test before_script: - - apk update && apk add alpine-sdk bash git python py3-lxml py3-pip python3-dev rsync wget xz + - apk update && apk add alpine-sdk bash git py3-lxml py3-pip python3-dev rsync wget xz - pip3 install pkgcheck pyyaml - git clone https://anongit.gentoo.org/git/proj/portage.git - cd portage && python3 setup.py install