Skip to content

Commit

Permalink
ci: allow pyright to fail for the time being as a warning (letta-ai#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpacker authored and norton120 committed Feb 15, 2024
1 parent d5139f3 commit cff8e2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pyright_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ jobs:
with:
python-version: ${{matrix.python-version}}
level: "error"
continue-on-error: true # TODO: remove once the repo has been corrected for pyright

0 comments on commit cff8e2f

Please sign in to comment.