Skip to content

Commit a0cc175

Browse files
ChengaDevclaude
andcommitted
fix: add dev extras with pytest for CI
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2886132 commit a0cc175

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cache: pip
2525

2626
- name: Install dependencies
27-
run: pip install -e ".[all-providers]"
27+
run: pip install -e ".[all-providers,dev]"
2828

2929
- name: Run tests
3030
run: pytest tests/ -v --tb=short

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ build = ["pyinstaller>=6.0"]
2424
openai = ["langchain-openai>=0.2.0"]
2525
google = ["langchain-google-genai>=2.0.0"]
2626
all-providers = ["langchain-openai>=0.2.0", "langchain-google-genai>=2.0.0"]
27+
dev = ["pytest>=8.0", "respx>=0.21"]
2728

2829
[project.scripts]
2930
opsagent = "cli:main"

0 commit comments

Comments
 (0)