Skip to content

Commit

Permalink
install langchain extension during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tushar-composio committed Oct 17, 2024
1 parent 2fc40f3 commit 431ce02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,15 @@ commands =

; TODO: Extract plugin tests separately
; Installing separately because of the dependency conflicts
pip install plugins/langchain

pytest -vvv -rfE --doctest-modules composio/ tests/ swe/tests --junitxml=junit.xml --cov=composio --cov=examples --cov=swe --cov-report=html --cov-report=xml --cov-report=term --cov-report=term-missing --cov-config=.coveragerc {posargs}

; pip3 install plugins/autogen
; pip3 install plugins/claude
; pip3 install plugins/crew_ai
; pip3 install plugins/griptape
; pip3 install plugins/julep
; pip3 install plugins/langchain
; pip3 install plugins/lyzr
; pip3 install plugins/openai

Expand Down

0 comments on commit 431ce02

Please sign in to comment.