mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
different secret for python tests (#248)
This commit is contained in:
committed by
GitHub
Unverified
parent
62ea290066
commit
f36cc40080
@@ -81,7 +81,7 @@ jobs:
|
||||
env:
|
||||
UV_PYTHON: ${{ matrix.python-version }}
|
||||
AZURE_OPENAI_CHAT_DEPLOYMENT_NAME: ${{ vars.AZUREAI__DEPLOYMENTNAME }}
|
||||
AZURE_OPENAI_ENDPOINT: ${{ secrets.AZUREAI__ENDPOINT }}
|
||||
AZURE_OPENAI_ENDPOINT: ${{ secrets.AZURE_OPENAI_ENDPOINT }}
|
||||
PACKAGE_NAME: "azure"
|
||||
defaults:
|
||||
run:
|
||||
|
||||
Reference in New Issue
Block a user