Skip to content

Commit e215329

Browse files
committed
hopefully fixed pylint action
1 parent 91adffe commit e215329

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/code_check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
pip install pylint
3232
3333
- name: Lint with pylint
34+
env:
35+
PYTHONPATH: ${{ github.workspace }}
3436
run: |
3537
pylint $(git ls-files '*.py')
3638

0 commit comments

Comments
 (0)