Skip to content

Commit df9ae25

Browse files
committed
test local uv cache
1 parent 76e9df7 commit df9ae25

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
- name: Install python via uv
2121
uses: astral-sh/setup-uv@v6
2222
with:
23-
enable-cache: true
23+
enable-cache: false
24+
cache-local-path: ${{ runner.tool_cache }}/uv
2425
ignore-nothing-to-cache: true
2526
activate-environment: true
2627
python-version: ${{ env.PYTHON_VERSION }}
@@ -65,8 +66,8 @@ jobs:
6566
- name: Install python via uv
6667
uses: astral-sh/setup-uv@v6
6768
with:
68-
enable-cache: true
69-
ignore-nothing-to-cache: true
69+
enable-cache: false
70+
cache-local-path: ${{ runner.tool_cache }}/uv
7071
activate-environment: true
7172
python-version: ${{ env.PYTHON_VERSION }}
7273

0 commit comments

Comments
 (0)