From a1de6f67722296969d13795bf8a976cfe47d9856 Mon Sep 17 00:00:00 2001 From: Vamsi Thiriveedhi Date: Sun, 24 Mar 2024 19:04:59 +0000 Subject: [PATCH] troubleshoot pylint --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36440a2c..5f324efc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,9 +31,7 @@ jobs: - name: Run PyLint run: | echo "::add-matcher::$GITHUB_WORKSPACE/.github/matchers/pylint.json" - #pipx run nox -s pylint - python -m pip install . pylint - pylint idc_index -v + pipx run nox -s pylint checks: name: Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}