Skip to content

Commit

Permalink
install fasteners in pylint CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Dec 13, 2021
1 parent 45a1dfd commit c5c3880
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
pip install matplotlib
pip install bokeh
pip install pylint
pip install fasteners
- name: Validate
run: pylint --errors-only *.py
Expand Down

0 comments on commit c5c3880

Please sign in to comment.