mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -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
|
ninja -C bld/release -k0
|
||||||
meson test -C bld/release --print-errorlogs
|
meson test -C bld/release --print-errorlogs
|
||||||
- codespell: |
|
- codespell: |
|
||||||
|
python3 -m venv codespell-venv
|
||||||
|
source codespell-venv/bin/activate
|
||||||
pip install codespell
|
pip install codespell
|
||||||
cd foot
|
cd foot
|
||||||
~/.local/bin/codespell -Lser,doas,zar README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
|
~/.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