mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-18 06:46:23 -04: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:
|
steps:
|
||||||
- name: codespell
|
- name: codespell
|
||||||
when:
|
when:
|
||||||
|
|
@ -6,6 +8,7 @@ steps:
|
||||||
- releases/*
|
- releases/*
|
||||||
image: alpine:edge
|
image: alpine:edge
|
||||||
commands:
|
commands:
|
||||||
|
- apk add openssl
|
||||||
- apk add python3
|
- apk add python3
|
||||||
- apk add py3-pip
|
- apk add py3-pip
|
||||||
- python3 -m venv codespell-venv
|
- python3 -m venv codespell-venv
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue