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:
parent
d30c337370
commit
0e1533aa44
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test_pgvector.yml
vendored
2
.github/workflows/test_pgvector.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue