Skip to content

Commit 558fd00

Browse files
updated pynlint workflow
1 parent 77615a1 commit 558fd00

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pylint.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222

23+
- name: Install dependencies
24+
run: |
25+
python -m pip install --upgrade pip
26+
pip install -r requirements-dev.txt
27+
2328
# Step 3: Run all code quality checks
2429
- name: Pylint
2530
run: |

0 commit comments

Comments
 (0)