From 2c865920d3cf36965c402e3e62a96be592fe46c6 Mon Sep 17 00:00:00 2001 From: jorenham Date: Mon, 29 Jan 2024 13:35:24 +0100 Subject: [PATCH] give up on `pyright-action` --- .github/workflows/CI.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8cd2ba83..b0636b9f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -47,8 +47,6 @@ jobs: --without debug --${{ matrix.pandas }} pandas - - run: echo "$(poetry env info --path)/bin" >> $GITHUB_PATH - - name: codespell run: poetry run codespell . @@ -56,9 +54,7 @@ jobs: run: poetry run ruff check --output-format=github . - name: pyright - uses: jakebailey/pyright-action@v2 - with: - python-path: $(poetry env info --path)/bin/python + run: poetry run pyright >> $GITHUB_STEP_SUMMARY - name: pytest run: poetry run pytest