Skip to content

Commit b8fa880

Browse files
authored
ci: pin uv interpreter per job so the matrix can't collapse onto one version (#60)
1 parent 18195dc commit b8fa880

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- uses: actions/checkout@v6
2020
- uses: astral-sh/setup-uv@v8.2.0
2121
- run: uv python install 3.14
22+
- run: uv python pin 3.14
2223
- run: |
2324
uv sync --all-extras --all-groups --frozen --no-install-project
2425
uv run ruff format . --check
@@ -46,6 +47,7 @@ jobs:
4647
- uses: actions/checkout@v6
4748
- uses: astral-sh/setup-uv@v8.2.0
4849
- run: uv python install 3.14
50+
- run: uv python pin 3.14
4951
- run: |
5052
uv sync --all-extras --all-groups --frozen --no-install-project
5153
uv run alembic upgrade head

0 commit comments

Comments
 (0)