ci: install openssl explicitly, to fix missing SSL module in Python

This commit is contained in:
Daniel Eklöf 2024-04-17 09:53:00 +02:00
parent be01eeb1de
commit 3136310ade
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -6,6 +6,7 @@ steps:
branch: [master, releases/*]
image: alpine:latest
commands:
- apk add openssl
- apk add python3
- apk add py3-pip
- python3 -m venv codespell-venv