mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
ci (sr.ht): alpine no longer allows pip installing to the system installation
This commit is contained in:
parent
76e471c4bc
commit
391bc119de
1 changed files with 3 additions and 0 deletions
|
|
@ -47,6 +47,9 @@ tasks:
|
|||
ninja -C bld/release -k0
|
||||
meson test -C bld/release --print-errorlogs
|
||||
- codespell: |
|
||||
python3 -m venv codespell-venv
|
||||
source codespell-venv/bin/activate
|
||||
pip install codespell
|
||||
cd foot
|
||||
~/.local/bin/codespell -Lser,doas,zar README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
|
||||
deactivate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue