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'