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

@ -50,7 +50,8 @@ steps:
CACHE_PASSWORD:
from_secret: CACHE_PASSWORD
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
- pytest src/
- name: discord