ci (sr.ht): alpine no longer allows pip installing to the system installation

This commit is contained in:
Daniel Eklöf 2023-07-25 16:47:40 +02:00
parent 76e471c4bc
commit 391bc119de
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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