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