We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77a703d commit 0522fd0Copy full SHA for 0522fd0
1 file changed
.github/workflows/job-deploy-windows.yml
@@ -357,9 +357,9 @@ jobs:
357
BACKEND_URL: ${{ steps.get_output_windows.outputs.BACKEND_URL }}
358
AZURE_STORAGE_ACCOUNT_NAME: ${{ steps.get_output_windows.outputs.AZURE_STORAGE_ACCOUNT_NAME }}
359
AZURE_AI_SEARCH_NAME: ${{ steps.get_output_windows.outputs.AZURE_AI_SEARCH_NAME }}
360
- # Needed by post_deploy.ps1 to resolve the principal id when the workflow
361
- # is signed in as a service principal (no interactive user).
362
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
+ PYTHONUTF8: '1'
+ PYTHONIOENCODING: 'utf-8'
363
run: |
364
$ErrorActionPreference = "Stop"
365
# Confirm an Azure CLI session is active. The preceding "Refresh Azure
0 commit comments