Skip to content

Commit

Permalink
Try direct path for .pylintrc in tests.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackieblaum committed Oct 3, 2024
1 parent ac9a4a4 commit b11664f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Lint with Pylint using custom rcfile
run: |
set -e # Ensure the workflow fails if any linting issues are found
pylint --rcfile=.pylintrc eclipsebin
pylint --rcfile=~/.pylintrc eclipsebin
- name: Run tests with pytest
run: |
Expand Down

0 comments on commit b11664f

Please sign in to comment.