CI testing was assuming old layouts
This commit is contained in:
parent
06b400061c
commit
0be608ccde
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ image: python:3-alpine
|
|||
mypy:
|
||||
stage: test
|
||||
script:
|
||||
- pip install .[dev,client] --quiet
|
||||
- pip install . --quiet
|
||||
- mypy syng --strict
|
||||
|
||||
ruff:
|
||||
|
|
Loading…
Add table
Reference in a new issue