Skip to content

Commit

Permalink
fix: Set up python3 (CI process)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabidick22 committed Oct 12, 2020
1 parent 86f2603 commit 7338947
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
- name: Checkout
uses: actions/checkout@master

- uses: actions/setup-python@v2
with:
python-version: '3.7.x'

- name: Install AWS SAM
run: pip install aws-sam-cli

Expand Down

0 comments on commit 7338947

Please sign in to comment.