TST Force UTF-8 mode on Windows

This commit is contained in:
Renato Alves
2021-04-15 05:06:09 +02:00
parent f37f1541b7
commit ae48c59967

View File

@@ -36,6 +36,9 @@ jobs:
# python-version: [ 3.9, 3.10.0-alpha.6, pypy3 ]
python-version: ['3.9', '3.10.0-alpha.6']
firefox: ['87.0']
env:
# Needed to force UTF-8 and have consistent behavior in Windows
PYTHONUTF8: 1
steps:
- uses: actions/checkout@v2
- name: Set up Python