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
|
image: python:3.10-alpine
|
||||||
stage: install
|
stage: install
|
||||||
script:
|
script:
|
||||||
|
- apk add --no-cache gcc g++ yaml-dev python3-dev
|
||||||
- python3 -m venv "${VIRTUAL_ENV}"
|
- python3 -m venv "${VIRTUAL_ENV}"
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install .
|
- pip install .
|
||||||
|
|
Loading…
Reference in a new issue