From 4250d47ff885f2863d41a31b8e7dea090164db6c Mon Sep 17 00:00:00 2001 From: Klaus Wakonig Date: Tue, 11 Jul 2023 18:06:55 +0200 Subject: [PATCH] ci: testing ci --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a63a4bca..19ba5372 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,9 +21,9 @@ formatter: pylint: stage: Formatter needs: [] - before_script: - - pip install pylint pylint-exit anybadge script: + - pip install pylint pylint-exit anybadge + - pip install -e .[dev] - mkdir ./pylint - pylint ./bec_widgets --output-format=text . | tee ./pylint/pylint.log || pylint-exit $? - PYLINT_SCORE=$(sed -n 's/^Your code has been rated at \([-0-9.]*\)\/.*/\1/p' ./pylint/pylint.log)