Skip to content

Commit f40f4f7

Browse files
authored
Merge pull request #30 from azure-ai-foundry/python-tools-estraight
bug fix
2 parents f6242aa + a49905d commit f40f4f7

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
@@ -200,7 +200,7 @@ jobs:
200200
# Installs packages listed in the specified requirements.txt file (excluding azure-ai-projects)
201201
- name: Install Python dependencies
202202
run: |
203-
pip install -r docs-samples/agents/python/requirements.txt
203+
pip install -r doc-samples/agents/python/requirements.txt
204204
205205
# ── Run PyTest
206206
- name: Run PyTest

0 commit comments

Comments
 (0)