Skip to content

Commit a49905d

Browse files
committed
bug fix
1 parent d8b0f0d commit a49905d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)