mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-26 07:57:59 -04:00
ci: gitlab: the package is called 'python3', not 'python'
This commit is contained in:
parent
f506eefe5e
commit
9971f3abb1
1 changed files with 1 additions and 1 deletions
|
|
@ -60,6 +60,6 @@ codespell:
|
||||||
image: alpine:edge
|
image: alpine:edge
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- apk add python
|
- apk add python3
|
||||||
- pip install codespell
|
- pip install codespell
|
||||||
- codespell *.c *.h
|
- codespell *.c *.h
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue