We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d392f0f + d8b0f0d commit f6242aaCopy full SHA for f6242aa
.github/workflows/run-samples.yml
@@ -194,7 +194,7 @@ jobs:
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
+ pip install libs/azure_ai_projects-1.0.0b10-py3-none-any.whl
198
199
# ── Install Python requirements
200
# Installs packages listed in the specified requirements.txt file (excluding azure-ai-projects)
0 commit comments