From 2401c3540ded957d974357e6e94abeb0b108456e Mon Sep 17 00:00:00 2001 From: phil Date: Sat, 21 Jun 2025 15:17:58 +0200 Subject: [PATCH] t1 --- .woodpecker/build.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index d9b59f2..e73f4c5 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -6,8 +6,11 @@ when: steps: sync: image: ghcr.io/astral-sh/uv:alpine + environment: + UV_CACHE_DIR: .uv-cache commands: - uv sync + - ls -l test: image: ghcr.io/astral-sh/uv:alpine commands: