We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcee4bf commit 9c3f1b5Copy full SHA for 9c3f1b5
1 file changed
.github/workflows/publish.yml
@@ -27,6 +27,9 @@ jobs:
27
uses: actions/setup-python@v5
28
with:
29
python-version: "3.9"
30
+ - uses: astral-sh/setup-uv@v3
31
+ with:
32
+ enable-cache: true
33
- name: Install deps
34
run: uv sync --frozen
35
- name: Run tests
0 commit comments