Skip to content

Commit 31b51ad

Browse files
committed
chore: run migrate command explicitly
1 parent 42565d5 commit 31b51ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests-pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Run setup
4343
run: |
44-
# python manage.py migrate --settings=tests.pytest.settings
44+
python manage.py migrate --settings=tests.pytest.settings
4545
python manage.py compilemessages
4646
python manage.py collectstatic --no-input
4747

0 commit comments

Comments
 (0)