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