We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 956f0ec commit a05aad3Copy full SHA for a05aad3
.github/workflows/test_cloudpods.yml
@@ -34,6 +34,13 @@ jobs:
34
tag: ${{ fromJson(needs.get-releases.outputs.matrix) }}
35
db: ['mariadb', 'mysql']
36
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
44
- name: Start LocalStack Default
45
env:
46
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
0 commit comments