Skip to content

Commit

Permalink
pin pylint version (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
ConeyLiu authored Jun 30, 2021
1 parent 0906128 commit 8d7aa58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/raydp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
pip install dist/raydp-*.whl
- name: Lint
run: |
pip install pylint
pip install pylint==2.8.3
pylint --rcfile=python/pylintrc python/raydp
- name: Test with pytest
run: |
Expand Down

0 comments on commit 8d7aa58

Please sign in to comment.