Skip to content

Commit b1b6f2d

Browse files
committed
Apt update
1 parent 38d126c commit b1b6f2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/app-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ jobs:
3232
run: |
3333
sudo apt update
3434
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
3835
- name: Setup postgres
3936
uses: ikalnytskyi/action-setup-postgres@v6
4037
with:
4138
username: admin
4239
password: postgres
4340
database: postgres
41+
- name: Install pgvector on MacOS/Linux using install-pgvector.sh
42+
if: matrix.os != 'windows-latest'
43+
run: .github/workflows/install-pgvector.sh
4444
- name: Setup python
4545
uses: actions/setup-python@v5
4646
with:

0 commit comments

Comments
 (0)