From 37d6c854c4d9c564f54ed3ef0afeced385b54408 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Sat, 13 Sep 2025 20:09:35 +0800 Subject: [PATCH] Switch to wget --- .woodpecker/.test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/.test.yml b/.woodpecker/.test.yml index 44be72e..dd02229 100644 --- a/.woodpecker/.test.yml +++ b/.woodpecker/.test.yml @@ -2,7 +2,7 @@ labels: platform: linux/amd64 steps: - - name: build + - name: test image: python:3.13.7-slim environment: BACKEND_SECRET_KEY: @@ -50,7 +50,7 @@ steps: CACHE_PASSWORD: from_secret: CACHE_PASSWORD commands: - - curl -LsSf https://astral.sh/uv/install.sh | sh + - wget -qO- https://astral.sh/uv/install.sh | sh - uv sync --frozen --compile-bytecode - pytest src/ - name: discord