Skip to content

Commit 4931065

Browse files
committed
Fix db creation
1 parent 558440f commit 4931065

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,5 @@ jobs:
6565
- name: Install dependencies
6666
run: uv sync
6767

68-
- name: Run migrations
69-
run: uv run manage.py migrate --noinput
70-
7168
- name: Run tests
72-
run: uv run pytest
69+
run: uv run pytest --create-db

0 commit comments

Comments
 (0)