File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -203,8 +203,10 @@ jobs:
203
203
- name : " Smoke test"
204
204
run : |
205
205
uv="./target/debug/uv"
206
+ uvx="./target/debug/uvx"
206
207
$uv venv -v
207
208
$uv pip install ruff -v
209
+ $uvx -v ruff --version
208
210
209
211
- name : " Smoke test completion"
210
212
run : |
@@ -248,8 +250,10 @@ jobs:
248
250
- name : " Smoke test"
249
251
run : |
250
252
uv="./target/debug/uv"
253
+ uvx="./target/debug/uvx"
251
254
$uv venv -v
252
255
$uv pip install ruff -v
256
+ $uvx -v ruff --version
253
257
254
258
cargo-test-windows :
255
259
timeout-minutes : 15
@@ -298,8 +302,10 @@ jobs:
298
302
working-directory : ${{ env.UV_WORKSPACE }}
299
303
run : |
300
304
Set-Alias -Name uv -Value ./target/debug/uv
305
+ Set-Alias -Name uvx -Value ./target/debug/uvx
301
306
uv venv -v
302
307
uv pip install ruff -v
308
+ uvx -v ruff --version
303
309
304
310
- name : " Smoke test completion"
305
311
working-directory : ${{ env.UV_WORKSPACE }}
You can’t perform that action at this time.
0 commit comments