We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a9523a commit 5880ccaCopy full SHA for 5880cca
.github/workflows/python_package.yml
@@ -47,7 +47,7 @@ jobs:
47
run: pytest tests --ignore=tests/agents --ignore=tests/mcp/tools
48
- name: Install package with agents requirements
49
run: |
50
- python -m pip -r requirements-agents.txt
+ python -m pip install -r requirements-agents.txt
51
- name: Test agents with pytest
52
run: pytest tests/agents tests/mcp/tools
53
security:
0 commit comments