Fix CI workflows and migration tests

This commit is contained in:
Nick Sweeting
2026-03-24 13:37:02 -07:00
parent 50286d3c38
commit ed1ddbc95e
14 changed files with 197 additions and 319 deletions

View File

@@ -55,7 +55,7 @@ jobs:
- name: Build local sdist
run: |
uv sync --frozen --all-extras --no-install-project --no-install-workspace --no-sources
uv sync --locked --all-extras --no-install-project --no-install-workspace --no-sources
uv build --sdist --out-dir /tmp/sdist/
- name: Generate formula from local sdist