mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-20 01:40:14 -05:00
ci: explicitly install openssl
Let's see if this fixes the missing SSL module in Python...
This commit is contained in:
parent
3d2588edf8
commit
3507c72492
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue