Skip to content

Commit be784b5

Browse files
committed
Fix pgvector installation
1 parent 61b9098 commit be784b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/evaluate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: sudo systemctl start postgresql
4141

4242
- name: Create vector extension
43-
- run: sudo -u postgres psql -c 'CREATE EXTENSION vector'
43+
run: sudo -u postgres psql -c 'CREATE EXTENSION vector'
4444

4545
- name: Install python
4646
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)