From af58a5cde227183c4691c59a9d00da59fd9048ef Mon Sep 17 00:00:00 2001 From: Dominik Wernberger Date: Sun, 7 Jul 2024 21:35:04 +0200 Subject: [PATCH] Set default python encoding --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5228726..cf73193 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -86,6 +86,7 @@ jobs: ${ENV:GIT_TRACE}=1 git config --global user.email "you@example.com" git config --global user.name "Your Name" + ${ENV:PYTHONIOENCODING}='utf-8' python -m pip install -r test/py/requirements.txt python test/py/testing.py --download_repos true --database_file_path repos.yaml --third_party_path test\designs