mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-12-15 11:07:14 +00:00
Compare commits
15 Commits
v3.2.3
...
system-pac
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3e46ac5a37 | ||
|
|
1bbfe9c09c | ||
|
|
55c849c79e | ||
|
|
e21d14e35c | ||
|
|
0821df821a | ||
|
|
a616599fe8 | ||
|
|
37312cc09e | ||
|
|
d235065f16 | ||
|
|
fae33879a4 | ||
|
|
0a33b01b5f | ||
|
|
4c68dba969 | ||
|
|
11faf45e8f | ||
|
|
75ab242331 | ||
|
|
9f6b27e651 | ||
|
|
fdba019944 |
7
.github/workflows/check-dist.yml
vendored
7
.github/workflows/check-dist.yml
vendored
@@ -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
|
||||
|
||||
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@@ -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