mirror of https://github.com/astral-sh/uv
Update smoke test scripts to fail on first error (#10831)
These continue on failure on Windows, which is annoying.
This commit is contained in:
parent
d09be14679
commit
a539d33021
|
|
@ -675,6 +675,9 @@ jobs:
|
||||||
- name: "Smoke test"
|
- name: "Smoke test"
|
||||||
working-directory: ${{ env.UV_WORKSPACE }}
|
working-directory: ${{ env.UV_WORKSPACE }}
|
||||||
run: |
|
run: |
|
||||||
|
$ErrorActionPreference = "Stop"
|
||||||
|
$PSNativeCommandUseErrorActionPreference = $true
|
||||||
|
|
||||||
./uv venv -v
|
./uv venv -v
|
||||||
./uv pip install ruff -v
|
./uv pip install ruff -v
|
||||||
./uvx -v ruff --version
|
./uvx -v ruff --version
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue