We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 719f485 commit ea13baaCopy full SHA for ea13baa
.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@e06108dd0aef18192324c70427afc47652e63a82 # v7
+ - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
56
- run: uv sync --no-python-downloads
57
shell: bash
58
- run: uv run pytest
0 commit comments