From c19a31d9253f1975b9111490e28a4533b17ba420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Mon, 18 Mar 2024 16:45:41 +0100 Subject: [PATCH] ci: install and run codespell in/from a venv --- .woodpecker.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 3ebe51d..ca65b29 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -8,8 +8,11 @@ steps: commands: - apk add python3 - apk add py3-pip + - python3 -m venv codespell-venv + - source codespell-venv/bin/activate - pip install codespell - codespell README.md CHANGELOG.md *.c *.h doc/*.scd + - deactivate - name: subprojects when: