mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-25 15:31:22 +02:00
disable color and force utf-8 output on windows runner
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -3,6 +3,9 @@ on: [push]
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
DOCKER_IMAGE: archivebox-ci
|
DOCKER_IMAGE: archivebox-ci
|
||||||
|
PYTHONIOENCODING: utf-8
|
||||||
|
PYTHONLEGACYWINDOWSSTDIO: utf-8
|
||||||
|
USE_COLOR: False
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
python_tests:
|
python_tests:
|
||||||
|
Reference in New Issue
Block a user