Skip to content

Commit 3cac085

Browse files
Install dotenv
1 parent 7dbc1f7 commit 3cac085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-django.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
- name: Checkout
1010
uses: actions/checkout@v4
1111
- name: Install Django
12-
run: pip install django
12+
run: pip install django dotenv
1313
- name: Run Django deployment checks
1414
run: python manage.py check --deploy

0 commit comments

Comments
 (0)