.gitlab-ci.yml: pip is allowed to break system packages in ci

This commit is contained in:
Aminda Suomalainen 2024-01-11 22:07:18 +02:00
parent 37a9479733
commit 04729b5611
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ gitlab-ci-pre-commit:
stage: build
before_script:
- apk add --no-cache git gcc musl-dev go
- pip install pre-commit
- pip install pre-commit --break-system-packages
script:
- pre-commit run --all-files --show-diff-on-failure
variables: