From 6753cdb1b5d9c805c190c2e587f0df8be592a64e Mon Sep 17 00:00:00 2001 From: Isaias Neto Date: Thu, 8 Sep 2022 03:20:42 -0300 Subject: [PATCH] added pyopenssl update to latest version (#1) localstack is failing on github actions because the needed version of pyopenssl should be the latest one --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 37a9f35..fbebce8 100644 --- a/action.yml +++ b/action.yml @@ -21,6 +21,7 @@ runs: steps: - run: | + pip install pyopenssl -U docker pull localstack/localstack:$IMAGE_TAG pip install localstack localstack start -d