CI testing was assuming old layouts

This commit is contained in:
Christoph Stahl 2024-09-26 17:36:57 +02:00
parent 06b400061c
commit 0be608ccde

View file

@ -3,7 +3,7 @@ image: python:3-alpine
mypy:
stage: test
script:
- pip install .[dev,client] --quiet
- pip install . --quiet
- mypy syng --strict
ruff: