Skip to content

Commit 7c13f76

Browse files
committed
add setup python
1 parent cb94154 commit 7c13f76

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ jobs:
3030
with:
3131
terraform_version: "1.9.8"
3232

33+
- name: Set up Python 3.10
34+
id: setup-python
35+
uses: actions/setup-python@v2
36+
with:
37+
python-version: "3.10"
38+
3339
- name: Start LocalStack
3440
env:
3541
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}

0 commit comments

Comments
 (0)