mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-07-16 11:01:07 +00:00
committed by
GitHub
parent
dbb680fbd2
commit
aeb46491c7
18
.github/workflows/test.yml
vendored
18
.github/workflows/test.yml
vendored
@ -105,3 +105,21 @@ jobs:
|
||||
- name: Install default version
|
||||
uses: ./
|
||||
- run: uvx ruff --version
|
||||
test-tool-install:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
[
|
||||
ubuntu-latest,
|
||||
macos-latest,
|
||||
macos-14,
|
||||
windows-latest,
|
||||
oracle-aarch64,
|
||||
]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install default version
|
||||
uses: ./
|
||||
- run: uv tool install ruff
|
||||
- run: ruff --version
|
||||
|
Reference in New Issue
Block a user