Skip to content

Commit

Permalink
Updated Workflow_78fc.
Browse files Browse the repository at this point in the history
  • Loading branch information
amazon-codecatalyst[bot] authored May 28, 2024
1 parent 274386f commit 5c58452
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .codecatalyst/workflows/codecatalyst_workflow_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ Actions:
Configuration:
# Required - Steps are sequential instructions that run shell commands
Steps:
- name: Set up Python
id: setup-python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Start LocalStack
uses: LocalStack/setup-localstack@v0.1.2
with:
Expand Down

0 comments on commit 5c58452

Please sign in to comment.