Skip to content

Commit 51c3328

Browse files
authored
Fix test-uv-no-modify-path (#604)
1 parent f2859da commit 51c3328

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,9 @@ jobs:
8282
id: setup-uv
8383
uses: ./
8484
env:
85-
UV_NO_MODIFY_PATH: true
86-
- run: "${UV_PATH}" sync
85+
UV_NO_MODIFY_PATH: 1
86+
- run: |
87+
"${UV_PATH}" sync
8788
working-directory: __tests__/fixtures/uv-project
8889
shell: bash
8990
env:

0 commit comments

Comments
 (0)