add missing dependency for pipeline

This commit is contained in:
HgO 2022-08-14 15:24:01 +02:00
parent 2e99173e84
commit 164ec379e4

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 - apk add --no-cache gcc g++ yaml-dev python3-dev git
- python3 -m venv "${VIRTUAL_ENV}" - python3 -m venv "${VIRTUAL_ENV}"
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install . - pip install .