Fix debian system test which was building uv by accident (#18294)

This commit is contained in:
Zanie Blue
2026-03-04 16:38:06 -06:00
committed by GitHub
parent bfcccc4be4
commit 02e92aed3b
+2 -2
View File
@@ -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