Fix test-uv-no-modify-path (#604)

This commit is contained in:
Kevin Stillhammer
2025-10-02 20:52:56 +02:00
committed by GitHub
parent f2859da213
commit 51c3328db2

View File

@@ -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: