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:
parent
88ded6e1a8
commit
8002db72c3
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
|
installer-parallel: true
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: poetry install --no-interaction
|
run: poetry install --with postgres --no-interaction
|
||||||
|
|
||||||
- name: Run default PGVector
|
- name: Run default PGVector
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue