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 4b5f47a commit 60b9812Copy full SHA for 60b9812
1 file changed
.github/workflows/main.yml
@@ -68,6 +68,7 @@ jobs:
68
uses: astral-sh/setup-uv@v7
69
with:
70
version: "0.9.5"
71
+ enable-cache: true
72
cache-suffix: ${{ runner.os }}-${{ matrix.python }}-${{ matrix.build != '' && matrix.build || 'default' }}
73
- name: Install
74
shell: bash
0 commit comments