Skip to content

Commit

Permalink
Fix install command
Browse files Browse the repository at this point in the history
  • Loading branch information
puehringer authored Dec 2, 2024
1 parent 7247e23 commit 69c8235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-node-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ runs:
if: inputs.enable_python == 'true'
run: |
sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y
sudo apt-get install postgresql-16-pgvector
sudo apt-get install postgresql-16-pgvector -y
shell: bash
# General
- name: Git config
Expand Down

0 comments on commit 69c8235

Please sign in to comment.