fix: Enable importing LangChain tools with arguments (#1807)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
with:
|
||||
python-version: "3.12"
|
||||
poetry-version: "1.8.2"
|
||||
install-args: "-E dev -E postgres -E milvus -E crewai-tools"
|
||||
install-args: "-E dev -E postgres -E milvus -E crewai-tools -E tests"
|
||||
|
||||
- name: Initialize credentials
|
||||
run: poetry run letta quickstart --backend openai
|
||||
|
||||
Reference in New Issue
Block a user