From b60e3d9e8c52e2f8495f972ac4a0ec0a0d6a34f2 Mon Sep 17 00:00:00 2001 From: faucomte97 Date: Tue, 29 Oct 2024 14:00:53 +0000 Subject: [PATCH] Install psycopg2 --- .github/actions/deploy_gcloud/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/deploy_gcloud/action.yml b/.github/actions/deploy_gcloud/action.yml index c3e1372..73ce810 100644 --- a/.github/actions/deploy_gcloud/action.yml +++ b/.github/actions/deploy_gcloud/action.yml @@ -123,6 +123,7 @@ runs: pip install -t lib django-anymail[amazon_ses] pip install -t lib google-auth==1.* + pip install -t lib psycopg2 # Install custom common package after everything else if deploying a specific portal branch to ensure the # changes from common come through