There was an error while loading. Please reload this page.
1 parent 738c27b commit 4ae039cCopy full SHA for 4ae039c
1 file changed
.github/workflows/tests.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
14
- - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
+ - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
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