From 924ff3574a17dcf7866690d4c4158e77d9227e82 Mon Sep 17 00:00:00 2001 From: aloftus23 Date: Thu, 14 Nov 2024 15:53:20 -0500 Subject: [PATCH] Add python3.11 to backend deployment conatiner --- .github/workflows/backend.yml | 4 ++++ infrastructure/integration.config | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 8ecd901c..35adf89b 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -207,6 +207,10 @@ jobs: - uses: actions/setup-node@v3 with: node-version: '18' + - name: Set up Python + uses: actions/setup-python@v4 + with: + python-version: '3.11' - name: Restore npm cache uses: actions/cache@v3 with: diff --git a/infrastructure/integration.config b/infrastructure/integration.config index 578a2db6..4b555189 100644 --- a/infrastructure/integration.config +++ b/infrastructure/integration.config @@ -3,6 +3,6 @@ key="PROD/frontend-prod.tfstate" -bucket="cisa-cd-crossfeed-terraform-state-prod" +bucket="crossfeed-integration-terraform-state" region="us-east-1" profile="default"