Skip to content

Commit fb6a5c3

Browse files
committed
chore: add cache
1 parent e944e61 commit fb6a5c3

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
@@ -21,6 +21,7 @@ jobs:
2121
- name: Install uv
2222
uses: astral-sh/setup-uv@v5
2323
with:
24+
enable-cache: true
2425
version: ${{ env.UV_VERSION }}
2526

2627
- name: "Set up Python"
@@ -58,7 +59,7 @@ jobs:
5859
uses: astral-sh/setup-uv@v5
5960
with:
6061
enable-cache: true
61-
version: "0.7.9"
62+
version: ${{ env.UV_VERSION }}
6263

6364
- name: Setup python
6465
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)