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 f406bc2 commit 8980f31Copy full SHA for 8980f31
.github/workflows/pre-commit.yaml
@@ -26,7 +26,7 @@ jobs:
26
steps:
27
- uses: actions/checkout@v4
28
- name: install the latest version uv
29
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v6
30
with:
31
python-version: '3.10'
32
version: latest
.github/workflows/tests.yaml
python-version: ${{ matrix.python-version }}
0 commit comments