Skip to content

Commit 69c8235

Browse files
authored
Fix install command
1 parent 7247e23 commit 69c8235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-node-python/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ runs:
123123
if: inputs.enable_python == 'true'
124124
run: |
125125
sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y
126-
sudo apt-get install postgresql-16-pgvector
126+
sudo apt-get install postgresql-16-pgvector -y
127127
shell: bash
128128
# General
129129
- name: Git config

0 commit comments

Comments
 (0)