mirror of
https://github.com/unode/firefox_decrypt.git
synced 2025-12-16 12:01:52 +01:00
TST Force UTF-8 mode on Windows
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -36,6 +36,9 @@ jobs:
|
|||||||
# python-version: [ 3.9, 3.10.0-alpha.6, pypy3 ]
|
# python-version: [ 3.9, 3.10.0-alpha.6, pypy3 ]
|
||||||
python-version: ['3.9', '3.10.0-alpha.6']
|
python-version: ['3.9', '3.10.0-alpha.6']
|
||||||
firefox: ['87.0']
|
firefox: ['87.0']
|
||||||
|
env:
|
||||||
|
# Needed to force UTF-8 and have consistent behavior in Windows
|
||||||
|
PYTHONUTF8: 1
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
|
|||||||
Reference in New Issue
Block a user