mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-12 03:31:46 +00:00
ci : only show warnings and errors in python type-check
The "information" level otherwise has entries from 'examples/pydantic_models_to_grammar.py', which could be confusing for someone trying to figure out what failed, considering that these messages can safely be ignored even though they look like errors.
This commit is contained in:
parent
6ec70c93be
commit
86ccd30983
1
.github/workflows/python-type-check.yml
vendored
1
.github/workflows/python-type-check.yml
vendored
@ -34,4 +34,5 @@ jobs:
|
||||
uses: jakebailey/pyright-action@v2
|
||||
with:
|
||||
version: 1.1.370
|
||||
level: warning
|
||||
warnings: true
|
||||
|
Loading…
Reference in New Issue
Block a user