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 76e9df7 commit df9ae25Copy full SHA for df9ae25
.github/workflows/ci.yml
@@ -20,7 +20,8 @@ jobs:
20
- name: Install python via uv
21
uses: astral-sh/setup-uv@v6
22
with:
23
- enable-cache: true
+ enable-cache: false
24
+ cache-local-path: ${{ runner.tool_cache }}/uv
25
ignore-nothing-to-cache: true
26
activate-environment: true
27
python-version: ${{ env.PYTHON_VERSION }}
@@ -65,8 +66,8 @@ jobs:
65
66
67
68
69
- ignore-nothing-to-cache: true
70
71
72
73
0 commit comments