From 4badcef3d82d43eda7a74f182ba78491a6c2787f Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Mon, 10 Feb 2025 14:36:00 -0600 Subject: [PATCH] Disable pip cache in Windows system test job (#11403) I have no idea why we'd want the cache enabled here anyway? Closes https://github.com/astral-sh/uv/issues/11397 --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e1c33982..ab0f72b78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1771,7 +1771,6 @@ jobs: with: python-version: "3.13" allow-prereleases: true - cache: pip - name: "Download binary" uses: actions/download-artifact@v4