Skip to content

Commit

Permalink
Skip Milvus installation for testing:
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardZhangRZ committed Oct 18, 2023
1 parent d0ef3e7 commit 410361b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ jobs:
source test_evadb/bin/activate
pip install --upgrade pip
pip debug --verbose
pip install ".[dev,ludwig,qdrant,forecasting,pinecone,chromadb,milvus]"
pip install ".[dev,ludwig,qdrant,forecasting,pinecone,chromadb]"
source test_evadb/bin/activate
bash script/test/test.sh -m "<< parameters.mode >>"
Expand Down

0 comments on commit 410361b

Please sign in to comment.