We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0906128 commit 8d7aa58Copy full SHA for 8d7aa58
.github/workflows/raydp.yml
@@ -91,7 +91,7 @@ jobs:
91
pip install dist/raydp-*.whl
92
- name: Lint
93
run: |
94
- pip install pylint
+ pip install pylint==2.8.3
95
pylint --rcfile=python/pylintrc python/raydp
96
- name: Test with pytest
97
0 commit comments