We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d58fa3a commit 14bac46Copy full SHA for 14bac46
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@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # 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