mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-02-23 17:21:44 +00:00
test: force shell: bash for consistent expansion
Signed-off-by: William Woodruff <william@astral.sh>
This commit is contained in:
parent
497de9265d
commit
35f573b457
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -58,11 +58,13 @@ jobs:
|
||||||
- name: Check uv-path is set
|
- name: Check uv-path is set
|
||||||
run: |
|
run: |
|
||||||
"${UV_PATH}" --version
|
"${UV_PATH}" --version
|
||||||
|
shell: bash
|
||||||
env:
|
env:
|
||||||
UV_PATH: ${{ steps.setup-uv.outputs.uv-path }}
|
UV_PATH: ${{ steps.setup-uv.outputs.uv-path }}
|
||||||
- name: Check uvx-path is set
|
- name: Check uvx-path is set
|
||||||
run: |
|
run: |
|
||||||
"${UVX_PATH}" --version
|
"${UVX_PATH}" --version
|
||||||
|
shell: bash
|
||||||
env:
|
env:
|
||||||
UVX_PATH: ${{ steps.setup-uv.outputs.uvx-path }}
|
UVX_PATH: ${{ steps.setup-uv.outputs.uvx-path }}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue