Skip to content

Commit 6753cdb

Browse files
author
Isaias Neto
authored
added pyopenssl update to latest version (#1)
localstack is failing on github actions because the needed version of pyopenssl should be the latest one
1 parent 73ea63e commit 6753cdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ runs:
2121
steps:
2222
-
2323
run: |
24+
pip install pyopenssl -U
2425
docker pull localstack/localstack:$IMAGE_TAG
2526
pip install localstack
2627
localstack start -d

0 commit comments

Comments
 (0)