From 62c134a947c318426ff6c9029ccf65e08de1750a Mon Sep 17 00:00:00 2001 From: Dev Aggarwal Date: Tue, 25 Jun 2024 19:57:55 +0530 Subject: [PATCH] github actions python tests --- .github/workflows/python-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 20515f963..d705f331c 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -16,7 +16,6 @@ jobs: postgres: # Docker Hub image image: postgres:15.2 - command: -c 'max_connections=10000' # Provide the password for postgres env: POSTGRES_DB: gooey