1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-25 07:20:59 +02:00

disable color and force utf-8 output on windows runner

This commit is contained in:
Nick Sweeting
2020-12-11 19:45:46 +02:00
parent b76ba443f0
commit c47fee066d

View File

@@ -3,6 +3,9 @@ on: [push]
env:
DOCKER_IMAGE: archivebox-ci
PYTHONIOENCODING: utf-8
PYTHONLEGACYWINDOWSSTDIO: utf-8
USE_COLOR: False
jobs:
python_tests: