add build tools for install job in gitlab-ci
This commit is contained in:
parent
0bca2f61f3
commit
725d8048ab
1 changed files with 1 additions and 0 deletions
|
@ -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 .
|
||||
|
|
Loading…
Reference in a new issue