Skip to content

Commit 7169dc3

Browse files
authored
Update pylint.yml
1 parent 6ce71ba commit 7169dc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pylint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24+
pip install -r requirements.txt
2425
pip install pylint
25-
pip install pylint-django[with_django]
26+
pip install pylint-django
2627
- name: Analysing the code with pylint
2728
run: |
2829
pylint --fail-under=10 --load-plugins pylint_django --django-settings-module=mydjangoapi.settings `find -regextype egrep -regex '(.*.py)$'`

0 commit comments

Comments
 (0)