From 279018891ad4d7155d12d91958a0a88ee3961b77 Mon Sep 17 00:00:00 2001 From: Kenneth Enevoldsen Date: Tue, 10 Oct 2023 22:19:57 +0200 Subject: [PATCH] ci: fix pyright --- .github/workflows/static_type_checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static_type_checks.yml b/.github/workflows/static_type_checks.yml index 24892aae..a99f2cd3 100644 --- a/.github/workflows/static_type_checks.yml +++ b/.github/workflows/static_type_checks.yml @@ -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 @@ -95,7 +95,7 @@ jobs: id: tester run: | pyright src/ - + - name: Show pyright output id: fail_run if: ${{steps.pyright.outputs.pyright_failed == 1}}