mirror of https://gitlab.com/litecord/litecord.git
.gitlab-ci.yml: try to fix pillow by adding -dev packages
This commit is contained in:
parent
eed4912440
commit
7333651a7d
|
|
@ -13,7 +13,7 @@ cache:
|
||||||
tests:
|
tests:
|
||||||
before_script:
|
before_script:
|
||||||
- python -V
|
- python -V
|
||||||
- apk --update add --no-cache build-base gcc libgcc libffi-dev openssl-dev git postgresql-client
|
- apk --update add --no-cache build-base gcc libgcc libffi-dev openssl-dev git postgresql-client jpeg-dev openjpeg-dev zlib-dev freetype-dev lcms2-dev freetype-dev
|
||||||
- pip3 install pipenv wheel tox
|
- pip3 install pipenv wheel tox
|
||||||
- pipenv install --dev
|
- pipenv install --dev
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue