Skip to content

Commit

Permalink
docs: add setup-python to example (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Rehn authored Mar 29, 2021
1 parent 499c9f7 commit e7127f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: aws-actions/setup-sam@v0
- uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-2
- uses: aws-actions/setup-sam@v0
# Build inside Docker containers
- run: sam build --use-container
# Prevent prompts and failure when the stack is unchanged
Expand Down

0 comments on commit e7127f2

Please sign in to comment.