mirror of https://gitlab.com/litecord/litecord.git
.gitlab-ci.yml: remove python3.7-dev
This commit is contained in:
parent
cdad58bbc3
commit
c4b90d674a
|
|
@ -13,7 +13,7 @@ cache:
|
|||
tests:
|
||||
before_script:
|
||||
- python -V
|
||||
- apk --update add --no-cache build-base python3.7-dev gcc libgcc
|
||||
- apk --update add --no-cache build-base gcc libgcc
|
||||
- pip3 install pipenv wheel tox
|
||||
- pipenv install --dev
|
||||
script:
|
||||
|
|
|
|||
Loading…
Reference in New Issue