ci: install git in deps step for workspace clone
Some checks failed
ci/woodpecker/pr/pipeline Pipeline failed
Some checks failed
ci/woodpecker/pr/pipeline Pipeline failed
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user