Skip to content

Commit

Permalink
fix(build): install cv2 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Mar 8, 2023
1 parent 7bd98d4 commit 26f4b7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26f4b7e

Please sign in to comment.