Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
Signed-off-by: rawkintrevo <[email protected]>
  • Loading branch information
rawkintrevo committed Feb 6, 2025
1 parent 7b56b5b commit d5990fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
run: |
curl -sSL https://install.python-poetry.org | python3
poetry --version
poetry install
poetry install --extras "testing"
poetry run pytest tests/
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pydantic = { version = "^2.10.6", optional = true }
smolagents = { version = "^1.6.0", optional = true }

[tool.poetry.extras]
testing = ["pytest"]
testing = ["pytest", "langchain", "pydantic", "smolagents"]
langchain = ["langchain", "pydantic"]
smolagents = ["smolagents"]

Expand Down

0 comments on commit d5990fe

Please sign in to comment.