Skip to content

Commit

Permalink
fix pylint call
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Nov 28, 2024
1 parent 24a4ffd commit d3c9f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
key: ${{ runner.os }}-xclim-testdata-${{ env.XCLIM_TESTDATA_BRANCH }}-${{ hashFiles('pyproject.toml', 'tox.ini') }}-lint
- name: Run pylint
run: |
python -m pylint --rcfile=.pylintrc.toml --disable=import-error --exit-zero xclim
python -m pylint --rcfile=.pylintrc.toml --disable=import-error --exit-zero src/xclim
- name: Run linting suite
run: |
python -m tox -e lint
Expand Down

0 comments on commit d3c9f17

Please sign in to comment.