Skip to content

Commit

Permalink
update to pylint.yml to install requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
SkaisteMotiejunaite committed Oct 25, 2024
1 parent b623ae3 commit f19beb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
- name: Analysing the code with pylint
pip install -r requirements.txt
- name: Analyzing the code with pylint
run: |
pylint $(git ls-files '*.py')

0 comments on commit f19beb9

Please sign in to comment.