mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-04-23 18:12:40 +00:00
Install some libs in Gitlab CI (need to investigate)
This commit is contained in:
parent
aa617a4bb6
commit
244084a1fd
@ -6,7 +6,7 @@ py38:
|
|||||||
stage: test
|
stage: test
|
||||||
image: python:3.8-alpine
|
image: python:3.8-alpine
|
||||||
before_script:
|
before_script:
|
||||||
- apk add --no-cache gcc libmagic libxml2-dev libxslt-dev
|
- apk add --no-cache gcc libc-dev libffi-dev libmagic libxml2-dev libxslt-dev libxml2-dev libxslt-dev
|
||||||
- pip install tox --no-cache-dir
|
- pip install tox --no-cache-dir
|
||||||
script: tox -e py38
|
script: tox -e py38
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ py39:
|
|||||||
stage: test
|
stage: test
|
||||||
image: python:3.9-alpine
|
image: python:3.9-alpine
|
||||||
before_script:
|
before_script:
|
||||||
- apk add --no-cache gcc libmagic libxml2-dev libxslt-dev
|
- apk add --no-cache gcc libc-dev libffi-dev libmagic libxml2-dev libxslt-dev libxml2-dev libxslt-dev
|
||||||
- pip install tox --no-cache-dir
|
- pip install tox --no-cache-dir
|
||||||
script: tox -e py39
|
script: tox -e py39
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user