From a4b1c6a53fc594e30d778c5c236818b2560b8f79 Mon Sep 17 00:00:00 2001 From: Piotr Dec Date: Sun, 12 Jul 2026 23:08:48 +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 00fd85e..ed0d43d 100644 --- a/.woodpecker/python.yaml +++ b/.woodpecker/python.yaml @@ -8,7 +8,7 @@ steps: image: ghcr.io/astral-sh/uv:0.9-python3.12-alpine commands: - uv sync --group dev - - python -m pytest + - uv run pytest - name: test-run image: ghcr.io/astral-sh/uv:0.9-python3.12-alpine commands: