From 56ea9455d701d575a5d4c654aa61d18493f943dc Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Sun, 12 Sep 2021 14:18:06 +0100 Subject: [PATCH] try hack to fix grablib logging --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4814fc4f..f8213287 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,6 +88,8 @@ jobs: path: requirements-dev.txt - name: Install JS dependencies run: grablib + env: + PYTHONIOENCODING: 'utf-8' - name: Run unittests env: COLOR: 'yes'