Skip to content

Commit 2a3fe97

Browse files
authored
Merge pull request #27 from azure-ai-foundry/python-tools-estraight
adding whl file and reqs for auto testing
2 parents f7281a3 + 12ddbfa commit 2a3fe97

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/run-samples.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,14 @@ jobs:
190190
python-version: '3.11'
191191
cache: pip
192192

193+
# ── Install azure-ai-projects from local wheel file
194+
# Adjust the filename to match your exact .whl file
195+
- name: Install local azure-ai-projects wheel
196+
run: |
197+
pip install libs\azure_ai_projects-1.0.0b10-py3-none-any.whl
198+
193199
# ── Install Python requirements
200+
# Installs packages listed in the specified requirements.txt file (excluding azure-ai-projects)
194201
- name: Install Python dependencies
195202
run: |
196203
pip install -r docs-samples/agents/python/requirements.txt
111 KB
Binary file not shown.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pytest
2+
openai
3+
azure-ai-projects
4+
azure-identity

0 commit comments

Comments
 (0)