From aea130edbd9a112bb67b1d28b7efcfa34d6881ab Mon Sep 17 00:00:00 2001 From: Sergey Vanyushkin Date: Fri, 8 May 2026 22:05:54 +0300 Subject: [PATCH] ci: install git in deps step for workspace clone --- .woodpecker/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker/pipeline.yml b/.woodpecker/pipeline.yml index 4f2d9d9..42f6cd4 100644 --- a/.woodpecker/pipeline.yml +++ b/.woodpecker/pipeline.yml @@ -11,6 +11,7 @@ steps: UV_CACHE_DIR: /root/.cache/uv commands: - pip install uv + - apt-get update && apt-get install -y git - cd .. - | cat > pyproject.toml << 'EOF'