File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
actions/build-node-python Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,12 @@ runs:
119119 pip --version
120120 uv --version
121121 shell : bash
122+ - name : Install pgvector
123+ if : inputs.enable_python == 'true'
124+ run : |
125+ sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y
126+ sudo apt-get install postgresql-16-pgvector -y
127+ shell : bash
122128 # General
123129 - name : Git config
124130 if : inputs.github_ro_token != ''
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ jobs:
201201
202202 services :
203203 postgres :
204- image : postgres:14
204+ image : pgvector/pgvector:pg16
205205 env :
206206 POSTGRES_USER : admin
207207 POSTGRES_PASSWORD : admin
@@ -340,7 +340,7 @@ jobs:
340340
341341 services :
342342 postgres :
343- image : postgres:14
343+ image : pgvector/pgvector:pg16
344344 env :
345345 POSTGRES_USER : admin
346346 POSTGRES_PASSWORD : admin
You can’t perform that action at this time.
0 commit comments