From 0096160ba7d0e2ea6f6c53c7b364233b88a26fc7 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Sat, 13 Sep 2025 20:11:44 +0800 Subject: [PATCH] Update woodpecker.yml files --- .woodpecker/.deploy.yml | 2 ++ .woodpecker/.test.yml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.woodpecker/.deploy.yml b/.woodpecker/.deploy.yml index 4e9c5d5..cb20d67 100644 --- a/.woodpecker/.deploy.yml +++ b/.woodpecker/.deploy.yml @@ -49,3 +49,5 @@ when: depends_on: - build + +skip_clone: true \ No newline at end of file diff --git a/.woodpecker/.test.yml b/.woodpecker/.test.yml index dd02229..cfd9696 100644 --- a/.woodpecker/.test.yml +++ b/.woodpecker/.test.yml @@ -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