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 f6242aa + a49905d commit f40f4f7Copy full SHA for f40f4f7
.github/workflows/run-samples.yml
@@ -200,7 +200,7 @@ jobs:
200
# Installs packages listed in the specified requirements.txt file (excluding azure-ai-projects)
201
- name: Install Python dependencies
202
run: |
203
- pip install -r docs-samples/agents/python/requirements.txt
+ pip install -r doc-samples/agents/python/requirements.txt
204
205
# ── Run PyTest
206
- name: Run PyTest
0 commit comments