From 772cfc910672eb8be2dca479d74a46bd613f6527 Mon Sep 17 00:00:00 2001 From: Dominik Wernberger Date: Sat, 13 Jul 2024 18:28:17 +0200 Subject: [PATCH] Do not specify python io encoding --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8b2c7ae..451b1bd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -84,7 +84,6 @@ jobs: run: | ${ENV:PYTHONUTF8}=1 git config --system core.longpaths true - ${ENV:PYTHONIOENCODING}='utf8' 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