Skip to content

Commit

Permalink
ci: use astral-sh's setup-uv (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Oct 7, 2024
1 parent d7072e3 commit 1806181
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,15 @@ jobs:
strategy:
matrix:
os:
[
ubuntu-22.04,
ubuntu-24.04,
windows-2019,
windows-2022,
macos-13,
macos-14,
]
- ubuntu-22.04
- ubuntu-24.04
- windows-2019
- windows-2022
- macos-13
- macos-14
steps:
- uses: actions/checkout@v4
- uses: yezz123/setup-uv@v4
- uses: astral-sh/setup-uv@v3
- uses: ./
- run: nox --non-interactive --error-on-missing-interpreter --session github_actions_default_tests

Expand Down

0 comments on commit 1806181

Please sign in to comment.