We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec32af commit dffe529Copy full SHA for dffe529
.github/workflows/pylint.yml
@@ -19,6 +19,7 @@ jobs:
19
python -m pip install --upgrade pip
20
pip install pylint
21
pip install numpy
22
+ pip install matplotlib
23
- name: Analysing the code with pylint
24
run: |
25
pylint ./pystran
0 commit comments