Skip to content

Commit 1806181

Browse files
authored
ci: use astral-sh's setup-uv (#859)
1 parent d7072e3 commit 1806181

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/workflows/action.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,15 @@ jobs:
1919
strategy:
2020
matrix:
2121
os:
22-
[
23-
ubuntu-22.04,
24-
ubuntu-24.04,
25-
windows-2019,
26-
windows-2022,
27-
macos-13,
28-
macos-14,
29-
]
22+
- ubuntu-22.04
23+
- ubuntu-24.04
24+
- windows-2019
25+
- windows-2022
26+
- macos-13
27+
- macos-14
3028
steps:
3129
- uses: actions/checkout@v4
32-
- uses: yezz123/setup-uv@v4
30+
- uses: astral-sh/setup-uv@v3
3331
- uses: ./
3432
- run: nox --non-interactive --error-on-missing-interpreter --session github_actions_default_tests
3533

0 commit comments

Comments
 (0)