From 1e6de033a2d93c836e1f999ca42c658f52adffa1 Mon Sep 17 00:00:00 2001 From: phil Date: Sat, 21 Jun 2025 17:52:00 +0200 Subject: [PATCH] GG --- .woodpecker/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 95cbfcc..42dd7b3 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -17,7 +17,7 @@ steps: #image: ghcr.io/astral-sh/uv:alpine image: ghcr.io/astral-sh/uv:python3.13-alpine commands: - - python -m pytest -s test/basic.py + - .venv/bin/pytest -s test/basic.py build: image: ghcr.io/astral-sh/uv:alpine commands: