install olm-dev dependency
This commit is contained in:
parent
c2630aca8c
commit
692c796b0f
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ install:
|
||||||
extends: .pip template
|
extends: .pip template
|
||||||
stage: install
|
stage: install
|
||||||
script:
|
script:
|
||||||
- apk add --no-cache gcc g++ yaml-dev python3-dev git
|
- apk add --no-cache gcc g++ yaml-dev python3-dev olm-dev git
|
||||||
- python3 -m venv "${VIRTUAL_ENV}"
|
- python3 -m venv "${VIRTUAL_ENV}"
|
||||||
- pip install .[all]
|
- pip install .[all]
|
||||||
- pip install -U build twine
|
- pip install -U build twine
|
||||||
|
|
Loading…
Reference in a new issue