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 }}