Skip to content

Commit dffe529

Browse files
committed
add action
1 parent 0ec32af commit dffe529

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
@@ -19,6 +19,7 @@ jobs:
1919
python -m pip install --upgrade pip
2020
pip install pylint
2121
pip install numpy
22+
pip install matplotlib
2223
- name: Analysing the code with pylint
2324
run: |
2425
pylint ./pystran

0 commit comments

Comments
 (0)