add build tools for install job in gitlab-ci

This commit is contained in:
HgO 2022-08-08 17:58:16 +02:00
parent 0bca2f61f3
commit 725d8048ab

View file

@ -32,6 +32,7 @@ install:
image: python:3.10-alpine
stage: install
script:
- apk add --no-cache gcc g++ yaml-dev python3-dev
- python3 -m venv "${VIRTUAL_ENV}"
- pip install -r requirements.txt
- pip install .