From 76e471c4bc9e80aa25ee6aa125078ed5b92d0cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 25 Jul 2023 16:45:29 +0200 Subject: [PATCH] ci: alpine no longer allows pip installing to the system installation --- .woodpecker.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index acd30fc7..c98ea217 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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: