From dd181c75f9a96c40261f58e68bd0b27974c9015b Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Sun, 25 Feb 2024 08:10:04 -0600 Subject: [PATCH] fix script path --- .woodpecker/.build-api-3-10.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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