Fix test-uv-no-modify-path

This commit is contained in:
Kevin Stillhammer 2025-10-02 20:45:17 +02:00
parent f2859da213
commit 5d9b4bdd4d
No known key found for this signature in database

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: