Skip to content

Commit 14a544e

Browse files
shinny-hongyanshinny-chengzhi
authored andcommitted
chore: 修复CI脚本输出中文编码格式问题
1 parent 59a166c commit 14a544e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/ci-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
python-arch: ["x64"]
1919

2020
env:
21+
PYTHONIOENCODING: "utf-8"
2122
PYTHONHASHSEED: 32
2223
TZ: 'Asia/Shanghai'
2324

.github/workflows/ci-macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
python-arch: ["x64"]
1919

2020
env:
21+
PYTHONIOENCODING: "utf-8"
2122
PYTHONHASHSEED: 32
2223
TZ: 'Asia/Shanghai'
2324

.github/workflows/ci-win.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
python-arch: ["x86", "x64"]
1919

2020
env:
21+
PYTHONIOENCODING: "utf-8"
2122
PYTHONHASHSEED: 32
2223
TZ: "CST-8"
2324

0 commit comments

Comments
 (0)