Skip to content

Commit aee3c3c

Browse files
authored
Merge pull request #35 from azure-ai-foundry/python-tools-estraight
added other whl
2 parents d333a5b + 6d45829 commit aee3c3c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/run-samples.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@ jobs:
194194
# Adjust the filename to match your exact .whl file
195195
- name: Install local azure-ai-projects wheel
196196
run: |
197-
pip install libs/azure_ai_projects-1.0.0b10-py3-none-any.whl
197+
pip install libs/azure_ai_projects-1.0.0b10-py3-none-any.whl
198+
pip install libs/azure_ai_agents-1.0.0a20250430003-py3-none-any.whl
198199
199200
# ── Install Python requirements
200201
# Installs packages listed in the specified requirements.txt file (excluding azure-ai-projects)
183 KB
Binary file not shown.

0 commit comments

Comments
 (0)