ci: alpine no longer allows pip installing to the system installation

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

View file

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