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