Skip to content

Commit f6242aa

Browse files
authored
Merge pull request #29 from azure-ai-foundry/python-tools-estraight
bug fix
2 parents d392f0f + d8b0f0d commit f6242aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-samples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ 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
198198
199199
# ── Install Python requirements
200200
# Installs packages listed in the specified requirements.txt file (excluding azure-ai-projects)

0 commit comments

Comments
 (0)