mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-10-19 00:56:43 +00:00
Fix test-uv-no-modify-path (#604)
This commit is contained in:
committed by
GitHub
parent
f2859da213
commit
51c3328db2
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -82,8 +82,9 @@ jobs:
|
|||||||
id: setup-uv
|
id: setup-uv
|
||||||
uses: ./
|
uses: ./
|
||||||
env:
|
env:
|
||||||
UV_NO_MODIFY_PATH: true
|
UV_NO_MODIFY_PATH: 1
|
||||||
- run: "${UV_PATH}" sync
|
- run: |
|
||||||
|
"${UV_PATH}" sync
|
||||||
working-directory: __tests__/fixtures/uv-project
|
working-directory: __tests__/fixtures/uv-project
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
|
Reference in New Issue
Block a user