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 62a23fb commit 2c3ef8fCopy full SHA for 2c3ef8f
.github/workflows/app-tests.yaml
@@ -52,9 +52,13 @@ jobs:
52
username: admin
53
password: postgres
54
database: postgres
55
+
56
- name: Install pgvector on MacOS/Linux using install-pgvector.sh
57
if: matrix.os != 'windows-latest'
- run: .github/workflows/install-pgvector.sh
58
+ run: |
59
+ sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y
60
+ sudo apt-get install postgresql-14-pgvector
61
62
- name: Setup python
63
uses: actions/setup-python@v5
64
with:
0 commit comments