Skip to content

Commit

Permalink
remove: pyright from GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
metaist committed Dec 26, 2023
1 parent 3ee7167 commit 34c3697
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
run: |
pdm run mypy
- name: Type check (pyright)
run: |
pdm run pyright
# - name: Type check (pyright)
# run: |
# pdm run pyright

- name: Run tests
run: |
Expand Down

0 comments on commit 34c3697

Please sign in to comment.