There was an error while loading. Please reload this page.
1 parent 18195dc commit b8fa880Copy full SHA for b8fa880
1 file changed
.github/workflows/main.yml
@@ -19,6 +19,7 @@ jobs:
19
- uses: actions/checkout@v6
20
- uses: astral-sh/setup-uv@v8.2.0
21
- run: uv python install 3.14
22
+ - run: uv python pin 3.14
23
- run: |
24
uv sync --all-extras --all-groups --frozen --no-install-project
25
uv run ruff format . --check
@@ -46,6 +47,7 @@ jobs:
46
47
48
49
50
51
52
53
uv run alembic upgrade head
0 commit comments