From 518d773be573c026e7362a97ab2f8bd5e3dedee4 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Wed, 12 Mar 2025 10:29:58 -0500 Subject: [PATCH] action.yml -> test explicit cache disable --- .github/actions/setup/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 8da37f9..2af009a 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -10,6 +10,7 @@ runs: - name: Setup Python uses: astral-sh/setup-uv@v5 with: + enable-cache: false python-version: ${{ inputs.python-version }} - name: Install Requirements shell: bash