Skip to content

Commit 7338947

Browse files
committed
fix: Set up python3 (CI process)
1 parent 86f2603 commit 7338947

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI-pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@master
1212

13+
- uses: actions/setup-python@v2
14+
with:
15+
python-version: '3.7.x'
16+
1317
- name: Install AWS SAM
1418
run: pip install aws-sam-cli
1519

0 commit comments

Comments
 (0)