Skip to content

Commit 8fb1577

Browse files
committed
add install localstack
1 parent 7f7bd0e commit 8fb1577

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
with:
2828
python-version: '3.9'
2929

30+
- name: Install localstack & awslocal
31+
run: |
32+
pip install localstack
33+
pip install awscli-local
34+
3035
- name: Start LocalStack
3136
run: |
3237
docker pull localstack/localstack:latest

0 commit comments

Comments
 (0)