From aad0398b57ff06fb261e33436f5d156e390b8258 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 11 Jan 2024 21:58:31 +0200 Subject: [PATCH] .gitlab-ci.yml: allow pip to break system packages, we are in virtual environment anyway --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d84ca2d..390192d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ gitlab-ci-pre-commit: stage: build before_script: - 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: - pre-commit run --all-files --show-diff-on-failure variables: