From 23ae91bc159af6f5a915e0a6797ac89c37c3243c Mon Sep 17 00:00:00 2001 From: Guido Petri <18634426+guidopetri@users.noreply.github.com> Date: Fri, 19 Apr 2024 21:24:39 -0500 Subject: [PATCH] temporarily remove requirement to pass pyright --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3a0fb69..27fcdc7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -99,7 +99,6 @@ jobs: runs-on: ubuntu-latest needs: - run-pytest - - run-pyright env: LUIGI_ENV: ${{ secrets.E2E_TESTS_LUIGI_ENV }} POSTGRES_ENV: ${{ secrets.E2E_TESTS_POSTGRES_ENV }}