Skip to content

Commit

Permalink
Update pylint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
indrajithi authored Jun 12, 2024
1 parent 64a20d2 commit d6bc96e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install '.[dev]'
pip install .
pip install pylint
- name: Analysing the code with pylint
run: |
Expand Down

0 comments on commit d6bc96e

Please sign in to comment.