Skip to content

Commit e83796a

Browse files
committed
install localstack cli directly
1 parent bd982a1 commit e83796a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
env:
5858
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
5959
run: |
60-
pip install localstack awscli-local[ver1]
60+
pip install localstack localstack
6161
docker pull localstack/localstack-pro
6262
localstack set-token $LOCALSTACK_AUTH_TOKEN
6363
localstack start -d

0 commit comments

Comments
 (0)