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 5adf45d commit c16ab0dCopy full SHA for c16ab0d
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.28
+ version: 0.9.29
55
activate-environment: 'true'
56
- run: uv sync
57
- name: Run tests
.github/workflows/pre-commit.yml
@@ -46,7 +46,7 @@ jobs:
46
python-version: '3.14'
47
- uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1
48
49
50
enable-cache: false
- name: detect method
id: detect
0 commit comments