CI: remove "python"

This commit is contained in:
Maciej Barć 2020-05-31 21:53:11 +02:00
parent 9d30063039
commit 5564e495c0
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
1 changed files with 1 additions and 1 deletions

View File

@ -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