Skip to content

Commit ec102fa

Browse files
committed
fix: set python utf8 in top level env
1 parent ce554cc commit ec102fa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ concurrency:
2424
permissions:
2525
pull-requests: write
2626

27+
env:
28+
PYTHONUTF8: 1
29+
2730
jobs:
2831
check_pr_status:
2932
uses: ./.github/workflows/check_pr.yml

0 commit comments

Comments
 (0)