Skip to content

Commit 314b60a

Browse files
committed
Moving cache to setup-uv
1 parent ff170d3 commit 314b60a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ jobs:
1616
- uses: actions/setup-python@v5
1717
with:
1818
python-version: "3.12"
19-
cache: "pip"
2019
- name: Install uv
2120
uses: astral-sh/setup-uv@v5
21+
with:
22+
enable-cache: true
2223
- uses: actions-rs/toolchain@v1
2324
with:
2425
toolchain: stable

0 commit comments

Comments
 (0)