File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -269,6 +269,9 @@ jobs:
269
269
AZURE_COSMOS_CONTAINER : " ${{ secrets.AZURE_COSMOS_CONTAINER }}"
270
270
AZURE_COSMOS_KEY : " ${{ secrets.AZURE_COSMOS_KEY }}"
271
271
272
+ AZURE_ACCOUNT_NAME : ${{ secrets.TEST_USER_NAME }}
273
+ AZURE_ACCOUNT_PASSWORD : ${{ secrets.TEST_USER_PASSWORD }}
274
+
272
275
273
276
TEAMSFX_DEV_TUNNEL_TEST : true
274
277
TEAMSFX_TELEMETRY_TEST : true
@@ -432,6 +435,20 @@ jobs:
432
435
}
433
436
shell : pwsh
434
437
438
+ - name : Setup Python
439
+ uses : actions/setup-python@v5
440
+ with :
441
+ python-version : ' 3.11'
442
+
443
+ - name : Install Python environment
444
+ run : |
445
+ pip install python-dotenv aiohttp azure-search azure-search-documents teams-ai~=1.6.0
446
+
447
+ - name : Install python extension
448
+ working-directory : packages/tests
449
+ run : |
450
+ code --install-extension ms-python.python
451
+
435
452
# Sign in
436
453
- name : Set m365 account (win)
437
454
run : |
You can’t perform that action at this time.
0 commit comments