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 8db1af3 commit 19aef0cCopy full SHA for 19aef0c
.github/workflows/windows-ci.yml
@@ -29,18 +29,8 @@ jobs:
29
with:
30
python-version: ${{ matrix.python-version }}
31
32
- - uses: actions/cache@v4
33
- env:
34
- UV_CACHE_DIR: C:/Users/runner/.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
-
+ # We do not use the cache action as uv is faster than the cache action.
41
- name: "Install dependencies"
42
43
44
run: |
45
irm https://astral.sh/uv/install.ps1 | iex
46
uv venv C:/Users/runner/.venv
0 commit comments