Skip to content

Commit a05aad3

Browse files
committed
add dependencies for localstack + awscli to workflow
1 parent 956f0ec commit a05aad3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test_cloudpods.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ jobs:
3434
tag: ${{ fromJson(needs.get-releases.outputs.matrix) }}
3535
db: ['mariadb', 'mysql']
3636
steps:
37+
- name: Setup Python
38+
uses: actions/setup-python@v4
39+
with:
40+
python-version: '3.9'
41+
- name: Install Dependencies
42+
run: |
43+
pip install localstack awscli-local
3744
- name: Start LocalStack Default
3845
env:
3946
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}

0 commit comments

Comments
 (0)