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 38d126c commit b1b6f2dCopy full SHA for b1b6f2d
.github/workflows/app-tests.yaml
@@ -32,15 +32,15 @@ jobs:
32
run: |
33
sudo apt update
34
sudo apt install postgresql-server-dev-14
35
- - name: Install pgvector on MacOS/Linux using install-pgvector.sh
36
- if: matrix.os != 'windows-latest'
37
- run: .github/workflows/install-pgvector.sh
38
- name: Setup postgres
39
uses: ikalnytskyi/action-setup-postgres@v6
40
with:
41
username: admin
42
password: postgres
43
database: postgres
+ - name: Install pgvector on MacOS/Linux using install-pgvector.sh
+ if: matrix.os != 'windows-latest'
+ run: .github/workflows/install-pgvector.sh
44
- name: Setup python
45
uses: actions/setup-python@v5
46
0 commit comments