Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
fix: add pylint to requirements-test.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sv0 committed Nov 24, 2023
1 parent ee4feac commit 18421f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip3 install -r requirements/devel.txt
pip3 install -r requirements-test.txt
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
1 change: 1 addition & 0 deletions requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
pytest==3.6
pytest-django==3.6
ipdb
pylint

0 comments on commit 18421f1

Please sign in to comment.