There was an error while loading. Please reload this page.
1 parent d37a741 commit c8753b5Copy full SHA for c8753b5
1 file changed
.github/workflows/tests.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
14
- - uses: astral-sh/setup-uv@f98e06938123ccabd21905ea5d0069192241f9f1 # v8.3.1
+ - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
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