Skip to content

Commit

Permalink
fix env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
olirice committed Dec 17, 2024
1 parent 424e3f9 commit 2a191ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8']
postgres-version: ['15.1.1.78']

services:
postgres:
image: supabase/postgres:${{ matrix.postgres-version }}
env:
postgres_db: vecs_db
postgres_user: postgres
postgres_password: password
POSTGRES_DB: vecs_db
POSTGRES_USER: postgres
POSTGRES_PASSWORD: password
ports:
- 5611:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
Expand Down

0 comments on commit 2a191ac

Please sign in to comment.