5
0
mirror of https://github.com/astral-sh/setup-uv.git synced 2025-12-15 11:07:14 +00:00

Compare commits

...

15 Commits

Author SHA1 Message Date
Kevin Stillhammer
3e46ac5a37 test-system-install 2024-10-25 15:33:23 +02:00
Kevin Stillhammer
1bbfe9c09c test-system-install 2024-10-25 15:29:06 +02:00
Kevin Stillhammer
55c849c79e test-system-install 2024-10-25 15:26:58 +02:00
Kevin Stillhammer
e21d14e35c test-system-install 2024-10-25 15:26:18 +02:00
Kevin Stillhammer
0821df821a test-system-install 2024-10-25 15:25:02 +02:00
Kevin Stillhammer
a616599fe8 test-system-install 2024-10-25 15:22:19 +02:00
Kevin Stillhammer
37312cc09e test-system-install 2024-10-25 15:21:02 +02:00
Kevin Stillhammer
d235065f16 test-system-install 2024-10-25 15:18:02 +02:00
Kevin Stillhammer
fae33879a4 test-system-install 2024-10-25 15:17:01 +02:00
Kevin Stillhammer
0a33b01b5f test-system-install 2024-10-25 15:13:50 +02:00
Kevin Stillhammer
4c68dba969 test-system-install 2024-10-25 15:11:57 +02:00
Kevin Stillhammer
11faf45e8f test-system-install 2024-10-25 15:11:01 +02:00
Kevin Stillhammer
75ab242331 test-system-install 2024-10-25 15:07:10 +02:00
Kevin Stillhammer
9f6b27e651 test-system-install 2024-10-25 15:03:07 +02:00
Kevin Stillhammer
fdba019944 test-system-install 2024-10-25 15:02:25 +02:00
2 changed files with 14 additions and 0 deletions

View File

@@ -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

View File

@@ -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