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:
|
mypy:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- pip install .[dev,client] --quiet
|
- pip install . --quiet
|
||||||
- mypy syng --strict
|
- mypy syng --strict
|
||||||
|
|
||||||
ruff:
|
ruff:
|
||||||
|
|
Loading…
Add table
Reference in a new issue