Skip to content

Commit df9be48

Browse files
committed
Allow non-ascii characters in changelog check
1 parent ac570f7 commit df9be48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/clippy_bors.yml

+2
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)