Skip to content

Commit ad65e24

Browse files
Update pylint.yml
1 parent 47a6d69 commit ad65e24

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pylint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
run: |
1919
python -m pip install --upgrade pip
2020
pip install pylint
21+
pip install .
22+
pip install .[dev]
2123
- name: Analysing the code with pylint
2224
run: |
2325
pylint $(git ls-files 'src/*.py')

0 commit comments

Comments
 (0)