add missing dependency for pipeline
This commit is contained in:
parent
2e99173e84
commit
164ec379e4
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ install:
|
|||
extends: .pip template
|
||||
stage: install
|
||||
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}"
|
||||
- pip install -r requirements.txt
|
||||
- pip install .
|
||||
|
|
Loading…
Reference in a new issue