Skip to content

Commit 4fea32b

Browse files
add python encoding uft-8 to windows
1 parent 15a3b60 commit 4fea32b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci.jsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ local contains(str, needle) = std.findSubstr(needle, str) != [];
5353
name+: "-windows-cygwin",
5454
os:: "windows",
5555
environment+: {
56+
PYTHONIOENCODING: "utf-8",
5657
JIB_PATH: "$CYGWIN\\bin;$PATH",
5758
ZLIB_BUNDLING: "bundled"
5859
},

0 commit comments

Comments
 (0)