We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da18c5a commit 75bdb37Copy full SHA for 75bdb37
.github/workflows/build.yml
@@ -110,8 +110,11 @@ jobs:
110
CI: true
111
- name: Build via Windows
112
if: runner.os == 'Windows'
113
- run: ./build.cmd PythonTest
+ run: |
114
+ chcp 65001
115
+ ./build.cmd PythonTest
116
env:
117
+ PYTHONIOENCODING: utf-8
118
119
120
# Builds the project in a dev container
0 commit comments