Skip to content

Commit e6f97f4

Browse files
committed
Set utf8 encoding for python
1 parent 19bce99 commit e6f97f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ jobs:
136136
env:
137137
DEPOT_TOOLS_WIN_TOOLCHAIN: 0
138138
GYP_MSVS_OVERRIDE_PATH: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise
139+
PYTHONIOENCODING: utf-8
140+
PYTHONLEGACYWINDOWSSTDIO: utf-8
139141

140142
steps:
141143
- name: Free up space

0 commit comments

Comments
 (0)