mirror of
https://github.com/astral-sh/uv
synced 2026-01-20 21:10:10 -05:00
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:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -1771,7 +1771,6 @@ jobs:
|
||||
with:
|
||||
python-version: "3.13"
|
||||
allow-prereleases: true
|
||||
cache: pip
|
||||
|
||||
- name: "Download binary"
|
||||
uses: actions/download-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user