chore: Update how postgres dependencies are installed in integration test for pgvector

Updated how postgres dependencies are installed due to change in pyproject.toml

Chore #COG-170
This commit is contained in:
Igor Ilic 2024-10-22 14:27:36 +02:00
parent d30c337370
commit 0e1533aa44

View file

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