ci: install git in deps step for workspace clone
Some checks failed
ci/woodpecker/pr/pipeline Pipeline failed

This commit is contained in:
2026-05-08 22:05:54 +03:00
parent 9906af3b88
commit aea130edbd

View File

@@ -11,6 +11,7 @@ steps:
UV_CACHE_DIR: /root/.cache/uv UV_CACHE_DIR: /root/.cache/uv
commands: commands:
- pip install uv - pip install uv
- apt-get update && apt-get install -y git
- cd .. - cd ..
- | - |
cat > pyproject.toml << 'EOF' cat > pyproject.toml << 'EOF'