From 0be608ccde0f3fc33e15c1fe1539c6f119822205 Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Thu, 26 Sep 2024 17:36:57 +0200 Subject: [PATCH] CI testing was assuming old layouts --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ac1c184..a3e397a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ image: python:3-alpine mypy: stage: test script: - - pip install .[dev,client] --quiet + - pip install . --quiet - mypy syng --strict ruff: