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 444a4d8 commit 59e1ddcCopy full SHA for 59e1ddc
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
id: setup-python
53
with:
54
python-version: ${{ matrix.python-version }}
55
- - uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5
+ - uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v6
56
- run: uv sync --no-python-downloads
57
shell: bash
58
- run: uv run pytest
0 commit comments