Skip to content

Commit 8d7aa58

Browse files
authored
pin pylint version (#163)
1 parent 0906128 commit 8d7aa58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/raydp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
pip install dist/raydp-*.whl
9292
- name: Lint
9393
run: |
94-
pip install pylint
94+
pip install pylint==2.8.3
9595
pylint --rcfile=python/pylintrc python/raydp
9696
- name: Test with pytest
9797
run: |

0 commit comments

Comments
 (0)