mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-07 04:06:07 -05:00
ci: alpine no longer allows pip installing to the system installation
This commit is contained in:
parent
a36f67cbe3
commit
76e471c4bc
1 changed files with 3 additions and 0 deletions
|
|
@ -8,8 +8,11 @@ pipeline:
|
|||
commands:
|
||||
- apk add python3
|
||||
- apk add py3-pip
|
||||
- python3 -m venv codespell-venv
|
||||
- source codespell-venv/bin/activate
|
||||
- pip install codespell
|
||||
- codespell -Lser,doas,zar README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
|
||||
- deactivate
|
||||
|
||||
subprojects:
|
||||
when:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue