clone: git: settings: lfs: false steps: - name: build image: docker.io/python:3.10 commands: - apt-get -y update && apt-get -y install python3-opencv - cd api - ../common/scripts/make-venv.sh - make ci