From 86e7d4b8c36cd13d2d542bb5bbc47002e8df25cc Mon Sep 17 00:00:00 2001 From: Piotr Dec Date: Sun, 12 Jul 2026 22:58:36 +0200 Subject: [PATCH] ci: pytest exec fix? --- .woodpecker/python.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/python.yaml b/.woodpecker/python.yaml index c550a14..46fe6fa 100644 --- a/.woodpecker/python.yaml +++ b/.woodpecker/python.yaml @@ -4,7 +4,7 @@ steps: commands: - apk add --no-cache gcc python3-dev musl-dev linux-headers - uv sync - - pytest + - python -m pytest - | python src/karl/__init__.py 2>&1 | while IFS= read -r line; do echo "$line"