Skip to content

Commit

Permalink
Add venv activation back into Django migration check
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Mar 5, 2025
1 parent 37ed50e commit 1aab000
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr_ci_backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
- name: Run Django Migrations - Database Migrations Check
if: always()
run: |
. .venv/bin/activate
python ./backend/manage.py makemigrations
python ./backend/manage.py migrate
Expand Down

0 comments on commit 1aab000

Please sign in to comment.