Skip to content

Commit 9917204

Browse files
committed
Fix Windows workflow encoding issue
Remove emoji from test output that causes UnicodeEncodeError on Windows (cp1252 encoding)
1 parent 29222a6 commit 9917204

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
AUTO_UV_DISABLE: "1"
6464

6565
- name: Verify installation
66-
run: python -c "import auto_uv; print('auto-uv imported successfully')"
66+
run: python -c "import auto_uv; print('auto-uv imported successfully')"
6767
env:
6868
AUTO_UV_DISABLE: "1"
6969

0 commit comments

Comments
 (0)