Skip to content

Commit

Permalink
Fix CI for pgvector
Browse files Browse the repository at this point in the history
  • Loading branch information
smolnar committed May 25, 2024
1 parent 4e4b5b7 commit 0e5511c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:

services:
postgres:
image: postgres:16
image: pgvector/pgvector:pg16
env:
POSTGRES_HOST_AUTH_METHOD: trust
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: opencourts_api_test
Expand Down

0 comments on commit 0e5511c

Please sign in to comment.