Skip to content

Commit

Permalink
Install Django package
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe-Heffer-Shef committed Jan 8, 2025
1 parent 2e45292 commit 7dbc1f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check-django.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- run: python manage.py check --deploy
- name: Install Django
run: pip install django
- name: Run Django deployment checks
run: python manage.py check --deploy

0 comments on commit 7dbc1f7

Please sign in to comment.