Skip to content

Commit 4551f06

Browse files
author
Somnath Mukherjee
committed
[menu_get_svc] added env accountid extraction v3
1 parent 14c98e9 commit 4551f06

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cd.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ jobs:
4040
steps:
4141
- name: Checkout repo
4242
uses: actions/checkout@v4
43+
44+
- name: Set up Python
45+
uses: actions/setup-python@v5
46+
with:
47+
python-version: '3.11'
4348

4449
- name: Setup aws-sam cli
4550
uses: aws-actions/setup-sam@v2

0 commit comments

Comments
 (0)