ci: explicitly install openssl

Let's see if this fixes the missing SSL module in Python...
This commit is contained in:
Daniel Eklöf 2024-04-17 08:52:31 +02:00
parent 3d2588edf8
commit 3507c72492
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -1,3 +1,5 @@
# -*- yaml -*-
steps:
- name: codespell
when:
@ -6,6 +8,7 @@ steps:
- releases/*
image: alpine:edge
commands:
- apk add openssl
- apk add python3
- apk add py3-pip
- python3 -m venv codespell-venv