mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-04-06 23:48:49 -04:00
test-system-install
This commit is contained in:
parent
fdba019944
commit
9f6b27e651
1 changed files with 7 additions and 0 deletions
7
.github/workflows/check-dist.yml
vendored
7
.github/workflows/check-dist.yml
vendored
|
@ -47,3 +47,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: dist
|
name: dist
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|
||||||
|
test-system-install:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: ./
|
||||||
|
- run: uv pip install --system black
|
||||||
|
|
Loading…
Add table
Reference in a new issue