Skip to content

Commit

Permalink
fix: Fix pylint_django_settings plugin m
Browse files Browse the repository at this point in the history
  • Loading branch information
mfarhan943 committed Sep 13, 2024
1 parent 8ef4271 commit 29c3d95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pylint-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
pip check
- name: Run quality tests
env:
DJANGO_SETTINGS_MODULE: ${{ matrix.settings }}
# env:
# DJANGO_SETTINGS_MODULE: ${{ matrix.settings }}
run: |
pylint ${{ matrix.path }}
Expand Down

0 comments on commit 29c3d95

Please sign in to comment.