From 69c823504c7eb11618efd3d59f5eae6648e3ff49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=BChringer?= <51900829+puehringer@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:03:18 +0100 Subject: [PATCH] Fix install command --- .github/actions/build-node-python/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-node-python/action.yml b/.github/actions/build-node-python/action.yml index 59c24b17..0bf4a4db 100644 --- a/.github/actions/build-node-python/action.yml +++ b/.github/actions/build-node-python/action.yml @@ -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