forked from external/yambar
ci: install openssl explicitly, to fix missing SSL module in Python
This commit is contained in:
parent
be01eeb1de
commit
3136310ade
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ steps:
|
||||||
branch: [master, releases/*]
|
branch: [master, releases/*]
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
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
Reference in a new issue