Skip to content

Commit 97076d2

Browse files
authored
INTPYTHON-756 Fix crewai integration test dependencies (#100)
1 parent bda0355 commit 97076d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crewai-tools/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ uv sync --extra mongodb
2020
uv run pytest -v tests/tools/test*mongodb*.py
2121

2222
mv ../test_mongodb_vector_search_tool.py .
23-
uv run python test_mongodb_vector_search_tool.py
23+
uv run --with langchain_community --with pypdf test_mongodb_vector_search_tool.py

0 commit comments

Comments
 (0)