Skip to content

Commit

Permalink
Remove quotes from DJANGO_SETTING_MODULE
Browse files Browse the repository at this point in the history
  • Loading branch information
huangsam committed Oct 1, 2024
1 parent 2cb36db commit 93a2d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
coverage run manage.py test
coverage report
env:
DJANGO_SETTINGS_MODULE: 'chowist.settings.test'
DJANGO_SETTINGS_MODULE: chowist.settings.test

0 comments on commit 93a2d82

Please sign in to comment.