Skip to content

Commit d73f427

Browse files
committed
Remove cache on Windows CI
1 parent b7c92bf commit d73f427

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/windows-ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,7 @@ jobs:
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131

32-
- uses: actions/cache@v4
33-
env:
34-
UV_CACHE_DIR: ~\AppData\Local\uv\Cache
35-
with:
36-
path: "${{ env.UV_CACHE_DIR }}"
37-
key: ${{ runner.os }}-uv-${{ hashFiles('pyproject.toml') }}
38-
restore-keys: |
39-
${{ runner.os }}-uv-
40-
4132
- name: "Install dependencies"
42-
env:
43-
UV_CACHE_DIR: ~\AppData\Local\uv\Cache
4433
run: |
4534
irm https://astral.sh/uv/install.ps1 | iex
4635
uv venv ${{ github.workspace }}/../.venv

0 commit comments

Comments
 (0)