From e74f65313703ce5dab84c410707f6a59ec8167e6 Mon Sep 17 00:00:00 2001 From: chrstphr Date: Mon, 21 Jul 2025 18:39:22 +0900 Subject: [PATCH] Deploy: disable uv cache --- .github/workflows/deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ce885e1..4642e07 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -47,6 +47,7 @@ jobs: uses: astral-sh/setup-uv@v5 with: version: 0.6.13 + enable-cache: false - name: Install Python run: uv python install - name: Install CoRelAy and its Dependencies