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 elif [[ "$output" = "none" ]]; then
echo "WARNING: changelog is 'none'" echo "WARNING: changelog is 'none'"
fi fi
env:
PYTHONIOENCODING: 'utf-8'
base: base:
needs: changelog needs: changelog
strategy: strategy: