mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-06-06 12:36:08 +00:00
test-system-install
This commit is contained in:
parent
3b9817b1bf
commit
fdba019944
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -123,3 +123,10 @@ jobs:
|
|||||||
uses: ./
|
uses: ./
|
||||||
- run: uv tool install ruff
|
- run: uv tool install ruff
|
||||||
- run: ruff --version
|
- run: ruff --version
|
||||||
|
|
||||||
|
test-system-install:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: ./
|
||||||
|
- run: uv pip install --system black
|
||||||
|
Loading…
x
Reference in New Issue
Block a user