mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-04-05 23:25:19 -04:00
test-system-install
This commit is contained in:
parent
9f6b27e651
commit
75ab242331
1 changed files with 8 additions and 1 deletions
9
.github/workflows/check-dist.yml
vendored
9
.github/workflows/check-dist.yml
vendored
|
@ -48,9 +48,16 @@ jobs:
|
|||
name: dist
|
||||
path: dist/
|
||||
|
||||
test-sudo-system-install:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ./
|
||||
- run: sudo /opt/hostedtoolcache/uv/0.4.26/x86_64/uv pip install --system black
|
||||
|
||||
test-system-install:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ./
|
||||
- run: uv pip install --system black
|
||||
- run: uv pip install --user black
|
||||
|
|
Loading…
Add table
Reference in a new issue