Skip to content

Commit 5880cca

Browse files
committed
updated pipeline
1 parent 6a9523a commit 5880cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: pytest tests --ignore=tests/agents --ignore=tests/mcp/tools
4848
- name: Install package with agents requirements
4949
run: |
50-
python -m pip -r requirements-agents.txt
50+
python -m pip install -r requirements-agents.txt
5151
- name: Test agents with pytest
5252
run: pytest tests/agents tests/mcp/tools
5353
security:

0 commit comments

Comments
 (0)