We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8887a59 commit 35b2cafCopy full SHA for 35b2caf
1 file changed
.github/workflows/tests.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
14
- - uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7
+ - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
15
- run: uv python install 3.14
16
- run: uv sync --dev
17
- run: uv run pytest --tb=short -q
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
25
26
- run: uv run ruff check .
0 commit comments