From 7effd739b45b3cf01b28179427631705901223a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 22 Aug 2020 10:20:21 +0200 Subject: [PATCH] ci: gitlab: install pip --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea65e7e0..8a9163b1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,5 +61,6 @@ codespell: stage: build script: - apk add python3 + - apk add py3-pip - pip install codespell - codespell *.c *.h