diff --git a/.github/workflows/formatting-and-pyright.yml b/.github/workflows/formatting-and-pyright.yml index 8b6f843..e630d36 100644 --- a/.github/workflows/formatting-and-pyright.yml +++ b/.github/workflows/formatting-and-pyright.yml @@ -29,7 +29,11 @@ jobs: - name: Run code formatting checks with pre-commit uses: pre-commit/action@v3.0.0 - - name: Pyright - uses: jakebailey/pyright-action@v2 - with: - version: PATH + - name: Install Dependencies + run: | + pip install poetry + poetry install + + - name: Run Pyright + run: | + pyright