mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-16 21:40:48 +01:00
.gitlab-ci.yml: install python3-dev for Python.h
This commit is contained in:
parent
bea74bde35
commit
a06a3c6359
@ -37,7 +37,7 @@ pages:
|
|||||||
gitlab-ci-pre-commit:
|
gitlab-ci-pre-commit:
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
- apk add --no-cache python3 py3-pip py3-wheel git gcc musl-dev bash
|
- apk add --no-cache python3 python3-dev py3-pip py3-wheel git gcc musl-dev bash
|
||||||
- pip install pre-commit
|
- pip install pre-commit
|
||||||
script:
|
script:
|
||||||
- pre-commit run --all-files --show-diff-on-failure
|
- pre-commit run --all-files --show-diff-on-failure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user