mirror of
https://github.com/onyx-dot-app/litellm.git
synced 2026-07-01 20:44:04 -04:00
add -show-traceback
This commit is contained in:
@@ -145,7 +145,7 @@ jobs:
|
||||
command: |
|
||||
cd litellm
|
||||
# Use the same simple approach that works in GitHub Actions
|
||||
python -m mypy . --ignore-missing-imports
|
||||
python -m mypy . --ignore-missing-imports --show-traceback
|
||||
cd ..
|
||||
|
||||
# Run pytest and generate JUnit XML report
|
||||
|
||||
Reference in New Issue
Block a user