Skip to content

Commit 5814142

Browse files
committed
Allow non-ascii characters in changelog check
1 parent b5f0474 commit 5814142

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/clippy_bors.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
elif [[ "$output" = "none" ]]; then
4242
echo "WARNING: changelog is 'none'"
4343
fi
44+
env:
45+
PYTHONIOENCODING: 'utf-8'
4446
base:
4547
needs: changelog
4648
strategy:

0 commit comments

Comments
 (0)