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
This commit is contained in:
Zanie Blue
2025-02-10 14:36:00 -06:00
committed by GitHub
parent 8c8bed9454
commit 4badcef3d8

View File

@@ -1771,7 +1771,6 @@ jobs:
with:
python-version: "3.13"
allow-prereleases: true
cache: pip
- name: "Download binary"
uses: actions/download-artifact@v4