From 03a08c6e131348c9d266fe0ef066f312a5b19a8d Mon Sep 17 00:00:00 2001 From: sqr00t <797346+sqr00t@users.noreply.github.com> Date: Thu, 28 Sep 2023 03:30:39 +0100 Subject: [PATCH] test-fix(windows actions): try another env var --- .github/workflows/pytest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 33d57639..2da3bf31 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -38,6 +38,7 @@ jobs: shell: bash env: PYTHONIOENCODING: utf-8 + PYTHONUTF8: 1 run: | python3 -m pip install --upgrade pip python3 -m pip install -r requirements_dev.txt