Skip to content

Commit

Permalink
troubleshoot pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
vkt1414 committed Mar 24, 2024
1 parent c9bf0ba commit 578eeb0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 578eeb0

Please sign in to comment.