Skip to content

Commit 13cfd39

Browse files
authored
Install server dependencies for Supabase migrations (#70)
Install the oddish server extra in the Supabase migration workflow so Alembic is available before running migrations.
1 parent 209aee8 commit 13cfd39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/supabase-db-migrations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Sync oddish dependencies
4343
working-directory: oddish
44-
run: uv sync --frozen
44+
run: uv sync --frozen --extra server
4545

4646
- name: Run oddish migrations
4747
working-directory: oddish

0 commit comments

Comments
 (0)