Skip to content

Commit 17a20d8

Browse files
committed
some fixes
1 parent 816faec commit 17a20d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pylint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ jobs:
2525
- name: Install pylint
2626
run: |
2727
python -m pip install --upgrade pip
28+
pip install matplotlib
2829
pip install bokeh
2930
pip install pylint
3031
3132
- name: Validate
32-
run: pylint --errors-only . *.py
33+
run: pylint --errors-only *.py
3334

0 commit comments

Comments
 (0)