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 da51a06 commit 0d26709Copy full SHA for 0d26709
2 files changed
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
with:
52
save-cache: ${{ github.ref == 'refs/heads/main' }}
53
cache-suffix: ${{ steps.setup_python.outputs.python-version }}
54
- version: 0.11.9
+ version: 0.11.10
55
activate-environment: 'true'
56
- run: uv sync
57
- name: Run tests
.github/workflows/pre-commit.yml
@@ -38,7 +38,7 @@ jobs:
38
python-version: '3.14'
39
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
40
41
42
enable-cache: false
43
- name: detect method
44
id: detect
0 commit comments