We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7247e23 commit 69c8235Copy full SHA for 69c8235
.github/actions/build-node-python/action.yml
@@ -123,7 +123,7 @@ runs:
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
+ sudo apt-get install postgresql-16-pgvector -y
127
shell: bash
128
# General
129
- name: Git config
0 commit comments