From 1b039c7b4f0a2a1618cc23bcd48d063b7077e395 Mon Sep 17 00:00:00 2001 From: TaperChipmunk32 Date: Wed, 23 Oct 2024 15:26:14 -0500 Subject: [PATCH] Downgraded pyright --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36ebae6..ae44e29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: node-version: "14" - name: Lint with pyright run: | - npm install -g pyright@1.1.386 + npm install -g pyright@1.1.362 poetry run pyright - name: Test with pytest run: poetry run pytest --cov --cov-report=xml