From 0565a7e3de00b7816ea9f0284a18e59df1380855 Mon Sep 17 00:00:00 2001 From: Alexander PapaTutuWawa Date: Mon, 21 Apr 2025 18:07:12 +0200 Subject: [PATCH] Also install git in the CI --- .woodpecker/check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/check.yaml b/.woodpecker/check.yaml index 12f946d..5b70f88 100644 --- a/.woodpecker/check.yaml +++ b/.woodpecker/check.yaml @@ -6,7 +6,7 @@ steps: - name: Perform checks image: ghcr.io/astral-sh/uv:python3.13-alpine commands: - - apk add --no-cache cargo + - apk add --no-cache cargo git - uv sync --all-extras # Lint the code - uv run ruff check src/xmpp_api/