Skip to content

Commit 4b5ab00

Browse files
committed
fix pyOpenSSL version
1 parent 418dde7 commit 4b5ab00

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/makefile.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@ jobs:
1919
uses: actions/setup-node@v3
2020
with:
2121
node-version: 12
22-
22+
23+
# see https://github.com/localstack/localstack/pull/6831
24+
# remove once no longer needed
25+
- name: Fix pyOpenSSL version
26+
run: pip install --upgrade pyOpenSSL
27+
2328
- name: Install LocalStack
2429
run: pip install localstack awscli-local[ver1]
2530

0 commit comments

Comments
 (0)