Skip to content

Commit

Permalink
feat: install dev requirements as well
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielBarton446 committed Apr 7, 2024
1 parent 70d1fa2 commit 8cbd79b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pylint
pip install black
pip install -r dev_requirements.txt
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
Expand Down

0 comments on commit 8cbd79b

Please sign in to comment.