mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-06-09 22:22:41 +00:00
Compare commits
15 Commits
v8.2.0
...
system-package
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e46ac5a37 | |||
| 1bbfe9c09c | |||
| 55c849c79e | |||
| e21d14e35c | |||
| 0821df821a | |||
| a616599fe8 | |||
| 37312cc09e | |||
| d235065f16 | |||
| fae33879a4 | |||
| 0a33b01b5f | |||
| 4c68dba969 | |||
| 11faf45e8f | |||
| 75ab242331 | |||
| 9f6b27e651 | |||
| fdba019944 |
@@ -47,3 +47,10 @@ jobs:
|
||||
with:
|
||||
name: dist
|
||||
path: dist/
|
||||
|
||||
test-sudo-system-install:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ./
|
||||
- run: uv run --python=3.13t -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --with cython cython
|
||||
|
||||
@@ -123,3 +123,10 @@ jobs:
|
||||
uses: ./
|
||||
- run: uv tool install ruff
|
||||
- run: ruff --version
|
||||
|
||||
test-system-install:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ./
|
||||
- run: uv pip install --system black
|
||||
|
||||
Reference in New Issue
Block a user