From 4a7493f474eca18d717f734db5cfbdcbc42ef3b7 Mon Sep 17 00:00:00 2001 From: Christoph Stahl <christoph.stahl@tu-dortmund.de> Date: Sun, 4 Dec 2022 20:56:31 +0100 Subject: [PATCH] someday I will get this right --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7d634d1..57be68a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,12 +4,14 @@ mypy: stage: test script: - pip install mypy --quiet + - pip install . --quiet - mypy syng --strict pylint: stage: test script: - pip install pylint --quiet + - pip install . --quiet - pylint syng test: -- GitLab