fix: Resolve issue with gh actions not installing optional packages

Add install of optional databases packages for database gh actions

Fix COG-595
This commit is contained in:
Igor Ilic 2024-12-02 14:54:20 +01:00
parent f41228aa51
commit 13b79320b6
3 changed files with 3 additions and 3 deletions

View file

@ -46,7 +46,7 @@ jobs:
installer-parallel: true
- name: Install dependencies
run: poetry install --no-interaction
run: poetry install -E neo4j --no-interaction
- name: Run default Neo4j
env:

View file

@ -47,7 +47,7 @@ jobs:
installer-parallel: true
- name: Install dependencies
run: poetry install --no-interaction
run: poetry install -E qdrant --no-interaction
- name: Run default Qdrant
env:

View file

@ -47,7 +47,7 @@ jobs:
installer-parallel: true
- name: Install dependencies
run: poetry install --no-interaction
run: poetry install -E weaviate --no-interaction
- name: Run default Weaviate
env: