Skip to content

Commit

Permalink
Fix: minor typo (georgia-tech-db#1307)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav274 committed Oct 19, 2023
1 parent 4640d8f commit a6fdd6a
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 @@ -234,7 +234,7 @@ jobs:
else
pip install ".[dev,pinecone,chromadb]" # ray < 2.5.0 does not work with python 3.11 ray-project/ray#33864
fi
python -c "import evadb;cur=evadb.connect().cursor();cur.query('SET ray=True';)"
python -c "import evadb;cur=evadb.connect().cursor();cur.query('SET ray=True;')"
else
if [ $PY_VERSION != "3.11" ]; then
pip install ".[dev,ludwig,qdrant,pinecone,chromadb]"
Expand Down

0 comments on commit a6fdd6a

Please sign in to comment.