Skip to content

Commit db53c12

Browse files
dlucawharrison-28
andauthored
Update python-integration-tests.yml (microsoft#2024)
New env vars for python int tests for Azure Search --------- Co-authored-by: Abby Harrison <[email protected]>
1 parent 4a22812 commit db53c12

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/python-integration-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
Pinecone__ApiKey: ${{ secrets.PINECONE__APIKEY }}
6565
Pinecone__Environment: ${{ secrets.PINECONE__ENVIRONMENT }}
6666
Postgres__Connectionstr: ${{secrets.POSTGRES__CONNECTIONSTR}}
67+
AZURE_SEARCH_ADMIN_KEY: ${{secrets.AZURE_SEARCH_ADMIN_KEY}}
68+
AZURE_SEARCH_ENDPOINT: ${{secrets.AZURE_SEARCH_ENDPOINT}}
6769
run: |
6870
cd python
6971
poetry run pytest ./tests/integration

python/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ OPENAI_ORG_ID=""
33
AZURE_OPENAI_DEPLOYMENT_NAME=""
44
AZURE_OPENAI_ENDPOINT=""
55
AZURE_OPENAI_API_KEY=""
6-
AZURE_SEARCH_SERVICE_ENDPOINT=""
6+
AZURE_SEARCH_ENDPOINT=""
77
AZURE_SEARCH_ADMIN_KEY=""
88
PINECONE_API_KEY=""
99
PINECONE_ENVIRONMENT=""

0 commit comments

Comments
 (0)