We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac570f7 commit df9be48Copy full SHA for df9be48
.github/workflows/clippy_bors.yml
@@ -41,6 +41,8 @@ jobs:
41
elif [[ "$output" = "none" ]]; then
42
echo "WARNING: changelog is 'none'"
43
fi
44
+ env:
45
+ PYTHONIOENCODING: 'utf-8'
46
base:
47
needs: changelog
48
strategy:
0 commit comments