We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 493f493 commit 966d5efCopy full SHA for 966d5ef
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@5a095e7a2014a4212f075830d4f7277575a9d098 # v7
+ - uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # 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