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 cc7cc25 commit 74214b2Copy full SHA for 74214b2
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.9.27
+ version: 0.9.28
55
activate-environment: 'true'
56
- run: uv sync
57
- name: Run tests
.github/workflows/pre-commit.yml
@@ -44,7 +44,7 @@ jobs:
44
python-version: '3.14'
45
- uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
46
47
48
enable-cache: false
49
- name: detect method
50
id: detect
0 commit comments