mirror of
https://github.com/astral-sh/uv
synced 2026-01-20 21:10:10 -05:00
Update smoke test scripts to fail on first error (#10831)
These continue on failure on Windows, which is annoying.
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -675,6 +675,9 @@ jobs:
|
||||
- name: "Smoke test"
|
||||
working-directory: ${{ env.UV_WORKSPACE }}
|
||||
run: |
|
||||
$ErrorActionPreference = "Stop"
|
||||
$PSNativeCommandUseErrorActionPreference = $true
|
||||
|
||||
./uv venv -v
|
||||
./uv pip install ruff -v
|
||||
./uvx -v ruff --version
|
||||
|
||||
Reference in New Issue
Block a user