Skip to content

Commit 474a8bb

Browse files
author
Mike McDougall
committed
ci: install awslocal for emulator tests
1 parent a610f71 commit 474a8bb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ jobs:
100100
cache: 'pip'
101101
cache-dependency-path: tests/python/requirements.txt
102102

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+
103109
- name: Setup Node.js
104110
uses: actions/setup-node@v4
105111
with:

0 commit comments

Comments
 (0)