From abefe7ebd768cb737567b73b3cf201e9bb4697fc Mon Sep 17 00:00:00 2001 From: Laci Dusa Date: Tue, 2 Dec 2025 20:01:33 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a7d5c7..e9b3be1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ lint: stage: lint image: python:3.12 before_script: - - python3 -m pip install --user flake8 black pylint + - python3 -m pip install --break-system-packages flake8 black pylint - export PATH="$PATH:/home/gitlab-runner/.local/bin" # - echo "PATH is now: $PATH" script: