We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e944e61 commit fb6a5c3Copy full SHA for fb6a5c3
1 file changed
.github/workflows/ci.yml
@@ -21,6 +21,7 @@ jobs:
21
- name: Install uv
22
uses: astral-sh/setup-uv@v5
23
with:
24
+ enable-cache: true
25
version: ${{ env.UV_VERSION }}
26
27
- name: "Set up Python"
@@ -58,7 +59,7 @@ jobs:
58
59
60
61
enable-cache: true
- version: "0.7.9"
62
+ version: ${{ env.UV_VERSION }}
63
64
- name: Setup python
65
uses: actions/setup-python@v5
0 commit comments