diff --git a/.woodpecker/.build-api-3-10.yaml b/.woodpecker/.build-api-3-10.yaml index d2037f0f..9193b9a7 100644 --- a/.woodpecker/.build-api-3-10.yaml +++ b/.woodpecker/.build-api-3-10.yaml @@ -4,5 +4,5 @@ steps: commands: - apt-get -y update && apt-get -y install python3-opencv - cd api - - ./common/scripts/make-venv.sh + - ../common/scripts/make-venv.sh - make ci \ No newline at end of file