mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-25 22:09:24 +01:00
.gitlab-ci.yml: allow pip to break system packages, we are in virtual environment anyway
This commit is contained in:
parent
b1ef3cae45
commit
aad0398b57
@ -38,7 +38,7 @@ gitlab-ci-pre-commit:
|
|||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
- apk add --no-cache python3 python3-dev py3-pip py3-wheel git gcc musl-dev bash nodejs-current npm ruby ruby-bundler
|
- apk add --no-cache python3 python3-dev py3-pip py3-wheel git gcc musl-dev bash nodejs-current npm ruby ruby-bundler
|
||||||
- pip install pre-commit
|
- pip install pre-commit --break-system-packages
|
||||||
script:
|
script:
|
||||||
- pre-commit run --all-files --show-diff-on-failure
|
- pre-commit run --all-files --show-diff-on-failure
|
||||||
variables:
|
variables:
|
||||||
|
Loading…
Reference in New Issue
Block a user