mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-10-18 08:37:01 +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
|
||||
uses: ./
|
||||
env:
|
||||
UV_NO_MODIFY_PATH: true
|
||||
- run: "${UV_PATH}" sync
|
||||
UV_NO_MODIFY_PATH: 1
|
||||
- run: |
|
||||
"${UV_PATH}" sync
|
||||
working-directory: __tests__/fixtures/uv-project
|
||||
shell: bash
|
||||
env:
|
||||
|
Reference in New Issue
Block a user