Skip to content

Commit 49073b4

Browse files
committed
Pg setup
1 parent f3fb48c commit 49073b4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/app-tests.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: ["ubuntu-20.04"]
17-
python_version: ["3.9", "3.10", "3.11", "3.12"]
17+
python_version: ["3.10", "3.11", "3.12"]
1818
services:
1919
postgres:
2020
image: pgvector/pgvector:pg16
2121
env:
22-
POSTGRES_PASSWORD: postgres
22+
POSTGRES_USERNAME: admin
23+
POSTGRES_PASSWORD: LocalPasswordOnly
2324
ports:
2425
- 5432:5432
2526
# needed because the postgres container does not provide a healthcheck

0 commit comments

Comments
 (0)