disable color and force utf-8 output on windows runner
This commit is contained in:
parent
b76ba443f0
commit
c47fee066d
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -3,6 +3,9 @@ on: [push]
|
|||
|
||||
env:
|
||||
DOCKER_IMAGE: archivebox-ci
|
||||
PYTHONIOENCODING: utf-8
|
||||
PYTHONLEGACYWINDOWSSTDIO: utf-8
|
||||
USE_COLOR: False
|
||||
|
||||
jobs:
|
||||
python_tests:
|
||||
|
|
Loading…
Reference in a new issue