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 f23558c commit 452f4d4Copy full SHA for 452f4d4
.github/workflows/main.yml
@@ -207,6 +207,11 @@ jobs:
207
- name: Select Windows SDK
208
run: echo "CMAKE_ARGS=-DCMAKE_SYSTEM_VERSION=${{ env.CMAKE_WINDOWS_SDK_VERSION }}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
209
210
+ - name: Set UTF-8 encoding
211
+ run: |
212
+ echo "PYTHONIOENCODING=utf-8" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
213
+ echo "PYTHONUTF8=1" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
214
+
215
- name: Install dependencies
216
run: choco install strawberryperl
217
- name: Set up Python ${{ matrix.python-version }}
0 commit comments