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 578eeb0 commit a1de6f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit a1de6f6

Please sign in to comment.