Skip to content

Commit 038581d

Browse files
committed
updated teests
1 parent 8f2f570 commit 038581d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/python_package.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,11 @@ jobs:
4545
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4646
- name: Test with pytest
4747
run: pytest tests --ignore=tests/agents --ignore=tests/mcp/tools
48-
- name: Test agents with pytest
48+
- name: Install package with agents requirements
4949
run: |
50-
python -m pip install .[agents]
51-
pytest tests/agents tests/mcp/tools
50+
python -m pip -r requirements-agents.txt
51+
- name: Test agents with pytest
52+
run: pytest tests/agents tests/mcp/tools
5253
security:
5354
name: Security Check
5455
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)