1
0
Fork 0

fix(build): install cv2 deps

This commit is contained in:
Sean Sube 2023-03-08 00:02:18 -06:00
parent 7bd98d4a46
commit 26f4b7e5b9
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ build-api-coverage:
- .build-python
stage: build
script:
- apt-get -y update && apt-get -y install python3-opencv
- cd api
- ${CI_PROJECT_DIR}/common/scripts/make-venv.sh
- make ci