From ae406f07aca5d63f5a5d26b037726be34def3804 Mon Sep 17 00:00:00 2001 From: Alexander PapaTutuWawa Date: Mon, 21 Apr 2025 18:09:24 +0200 Subject: [PATCH] CI: Install dependencies + dev tooling --- .woodpecker/check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/check.yaml b/.woodpecker/check.yaml index 5b70f88..925a87b 100644 --- a/.woodpecker/check.yaml +++ b/.woodpecker/check.yaml @@ -7,7 +7,7 @@ steps: image: ghcr.io/astral-sh/uv:python3.13-alpine commands: - apk add --no-cache cargo git - - uv sync --all-extras + - uv sync --extra dev # Lint the code - uv run ruff check src/xmpp_api/ # Check for type safety