ci: gitlab: install pip

This commit is contained in:
Daniel Eklöf 2020-08-22 10:20:21 +02:00
parent 9971f3abb1
commit 7effd739b4
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -61,5 +61,6 @@ codespell:
stage: build
script:
- apk add python3
- apk add py3-pip
- pip install codespell
- codespell *.c *.h