Fix debian system test which was building uv by accident (#18294)
This commit is contained in:
@@ -38,8 +38,8 @@ jobs:
|
||||
|
||||
- name: "Test `uv run` with system Python"
|
||||
run: |
|
||||
./uv run -p python3 -v python -c "import debian"
|
||||
./uv run -p python3 -v --with anyio python -c "import debian"
|
||||
./uv run --no-project -p python3 -v python -c "import debian"
|
||||
./uv run --no-project -p python3 -v --with anyio python -c "import debian"
|
||||
|
||||
system-test-fedora:
|
||||
timeout-minutes: 10
|
||||
|
||||
Reference in New Issue
Block a user