Skip to content

Commit

Permalink
updated pynlint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AjitPadhi-Microsoft committed Dec 27, 2024
1 parent 77615a1 commit 558fd00
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
# Step 3: Run all code quality checks
- name: Pylint
run: |
Expand Down

0 comments on commit 558fd00

Please sign in to comment.