diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3e15fc4..b3223f0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,7 +41,9 @@ jobs: - name: Test shell: bash - run: python -m xmlrunner discover -v -o test-results/test/ + run: | + chcp 65001 # Set code page to utf-8. + python -m xmlrunner discover -v -o test-results/test/ - name: Pycodestyle run: pycodestyle cr8