Skip to content

Commit 81e605f

Browse files
committed
use glob pattern
1 parent 7e331ea commit 81e605f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

crewai-tools/run.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ source venv_pipeline/bin/activate
1717
pip install uv
1818

1919
uv sync --extra mongodb
20-
uv run pytest tests/tools/test_mongodb_vector_search_tool.py
21-
uv run pytest tests/tools/test_mongodb_vector_search_tool2.py
22-
20+
uv run pytest tests/tools/test*mongodb*.py
2321

2422
export MONGODB_URI=$MONGODB_URI
2523
export OPENAI_API_KEY=$OPENAI_API_KEY

0 commit comments

Comments
 (0)