Add lancedb and chroma into default package dependencies (#605)
* add lancedb and chroma info default dependencies * Update tests.yml --------- Co-authored-by: Charles Packer <packercharles@gmail.com>
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
||||
PGVECTOR_TEST_DB_URL: ${{ secrets.PGVECTOR_TEST_DB_URL }}
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
run: |
|
||||
poetry install -E dev -E postgres -E local -E chroma -E lancedb
|
||||
poetry install -E dev -E postgres -E local
|
||||
|
||||
- name: Set Poetry config
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user