Skip to content

Commit b358fec

Browse files
committed
pytest added to pylint.yml.
1 parent fa76b89 commit b358fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pylint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: |
1919
python -m pip install --upgrade pip
20-
pip install pylint numpy scipy matplotlib
20+
pip install pylint pytest numpy scipy matplotlib
2121
- name: Analysing the code with pylint
2222
run: |
2323
pylint $(git ls-files '*.py')

0 commit comments

Comments
 (0)