Allow non-ascii characters in changelog check

This commit is contained in:
flip1995 2020-01-30 17:03:45 +01:00
parent dfdea56e99
commit ab43951d41
No known key found for this signature in database
GPG key ID: 693086869D506637

View file

@ -41,6 +41,8 @@ jobs:
elif [[ "$output" = "none" ]]; then
echo "WARNING: changelog is 'none'"
fi
env:
PYTHONIOENCODING: 'utf-8'
base:
needs: changelog
strategy: