Skip to content

Commit

Permalink
add python encoding uft-8 to windows
Browse files Browse the repository at this point in the history
  • Loading branch information
marwan-hallaoui committed Jul 11, 2024
1 parent 15a3b60 commit 4fea32b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ local contains(str, needle) = std.findSubstr(needle, str) != [];
name+: "-windows-cygwin",
os:: "windows",
environment+: {
PYTHONIOENCODING: "utf-8",
JIB_PATH: "$CYGWIN\\bin;$PATH",
ZLIB_BUNDLING: "bundled"
},
Expand Down

0 comments on commit 4fea32b

Please sign in to comment.