Skip to content

Commit

Permalink
added pyopenssl update to latest version (#1)
Browse files Browse the repository at this point in the history
localstack is failing on github actions because the needed version of pyopenssl should be the latest one
  • Loading branch information
Isaias Neto authored Sep 8, 2022
1 parent 73ea63e commit 6753cdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ runs:
steps:
-
run: |
pip install pyopenssl -U
docker pull localstack/localstack:$IMAGE_TAG
pip install localstack
localstack start -d
Expand Down

0 comments on commit 6753cdb

Please sign in to comment.