Skip to content

Commit

Permalink
Update command to use pipenv for running Django check
Browse files Browse the repository at this point in the history
  • Loading branch information
Flagro committed Feb 2, 2024
1 parent 9c699ea commit e978a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
pipenv install --dev
- name: Check if Django project compiles
run: python manage.py check
run: pipenv run python manage.py check

0 comments on commit e978a6a

Please sign in to comment.