Update woodpecker.yml files

This commit is contained in:
Keannu Christian Bernasol 2025-09-13 20:11:44 +08:00
parent 37d6c854c4
commit 0096160ba7
2 changed files with 4 additions and 1 deletions

View file

@ -49,3 +49,5 @@ when:
depends_on: depends_on:
- build - build
skip_clone: true

View file

@ -50,7 +50,8 @@ steps:
CACHE_PASSWORD: CACHE_PASSWORD:
from_secret: CACHE_PASSWORD from_secret: CACHE_PASSWORD
commands: commands:
- wget -qO- https://astral.sh/uv/install.sh | sh - apt-get update && apt-get install -y --no-install-recommends curl build-essential && rm -rf /var/lib/apt/lists/*
- curl -LsSf https://astral.sh/uv/install.sh | sh
- uv sync --frozen --compile-bytecode - uv sync --frozen --compile-bytecode
- pytest src/ - pytest src/
- name: discord - name: discord