Skip to content

Commit 8dd456b

Browse files
committed
fixed import error in action
1 parent 75ac184 commit 8dd456b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pylint.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
run: |
1919
python -m pip install --upgrade pip
2020
pip install pylint
21+
pip install pytest
2122
- name: Analysing the code with pylint
2223
run: |
2324
pylint $(git ls-files '*.py')

0 commit comments

Comments
 (0)