install olm-dev dependency

This commit is contained in:
HgO 2022-08-14 15:39:33 +02:00
parent c2630aca8c
commit 692c796b0f

View file

@ -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