From 12bbf411c4bf9129144adc772524537dfedb4e67 Mon Sep 17 00:00:00 2001 From: Zachary Deziel Date: Mon, 9 Sep 2024 12:21:16 -0700 Subject: [PATCH] Remove pg environment variables --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b762a78..725030d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,10 +38,4 @@ jobs: run: | poetry run pytest -s -vv env: - PGHOST: localhost - PGPORT: 5432 - PGDATABASE: mydatabase - PGUSER: myuser - PGPASSWORD: mypassword - PGTABLENAME: space2stats S3_BUCKET_NAME: test-bucket \ No newline at end of file