chore: Add installing of depdendencies along with postgres group

Since the postgres related libraries are no longer mandatory specification is needed for them to be installed as well

Chore #COG-170
This commit is contained in:
Igor Ilic 2024-10-22 12:46:45 +02:00
parent 88ded6e1a8
commit 8002db72c3

View file

@ -58,7 +58,7 @@ jobs:
installer-parallel: true
- name: Install dependencies
run: poetry install --no-interaction
run: poetry install --with postgres --no-interaction
- name: Run default PGVector
env: