Skip to content

Commit 47fc2b2

Browse files
committed
Wording change
1 parent 464a4ae commit 47fc2b2

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
@@ -75,7 +75,7 @@ jobs:
7575
- name: Set password for postgres user
7676
run: sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'root'"
7777

78-
- name: Create vector extension
78+
- name: Create pgvector extension
7979
run: sudo -u postgres psql -c 'CREATE EXTENSION vector'
8080

8181
- name: Install python

0 commit comments

Comments
 (0)