Skip to content

Commit

Permalink
ci: fix pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Oct 10, 2023
1 parent ba72438 commit 2790188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static_type_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install dependencies
shell: bash
run: |
pip install invoke tox
pip install invoke tox pyright
- name: Run static type checker
id: pyright
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
id: tester
run: |
pyright src/
- name: Show pyright output
id: fail_run
if: ${{steps.pyright.outputs.pyright_failed == 1}}
Expand Down

0 comments on commit 2790188

Please sign in to comment.