Skip to content

Commit 8382129

Browse files
committed
install fasteners in pylint CI action
1 parent 45a1dfd commit 8382129

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
pip install matplotlib
2929
pip install bokeh
3030
pip install pylint
31+
pip instll fasteners
3132
3233
- name: Validate
3334
run: pylint --errors-only *.py

0 commit comments

Comments
 (0)