We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c92bf commit d73f427Copy full SHA for d73f427
.github/workflows/windows-ci.yml
@@ -29,18 +29,7 @@ jobs:
29
with:
30
python-version: ${{ matrix.python-version }}
31
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
-
41
- name: "Install dependencies"
42
43
44
run: |
45
irm https://astral.sh/uv/install.ps1 | iex
46
uv venv ${{ github.workspace }}/../.venv
0 commit comments