Skip to content

Commit 7f7bd0e

Browse files
committed
add install python
1 parent f1efeae commit 7f7bd0e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ jobs:
1919
name: Setup infrastructure using Terraform
2020
runs-on: ubuntu-latest
2121
steps:
22+
- name: Checkout
23+
uses: actions/checkout@v3
24+
25+
- name: Setup Python
26+
uses: actions/setup-python@v4
27+
with:
28+
python-version: '3.9'
29+
2230
- name: Start LocalStack
2331
run: |
2432
docker pull localstack/localstack:latest

0 commit comments

Comments
 (0)