We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a610f71 commit 474a8bbCopy full SHA for 474a8bb
.github/workflows/ci.yml
@@ -100,6 +100,12 @@ jobs:
100
cache: 'pip'
101
cache-dependency-path: tests/python/requirements.txt
102
103
+ - name: Install Localstack CLI (awslocal)
104
+ run: |
105
+ python -m pip install --upgrade pip
106
+ python -m pip install --user awscli-local
107
+ echo "$HOME/.local/bin" >> "$GITHUB_PATH"
108
+
109
- name: Setup Node.js
110
uses: actions/setup-node@v4
111
with:
0 commit comments