Skip to content

Commit

Permalink
Add python3.11 to backend deployment conatiner
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Nov 14, 2024
1 parent 836287e commit 924ff35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/integration.config
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 924ff35

Please sign in to comment.