Skip to content

Commit dc61656

Browse files
committed
chore(repo): bump uv to 0.11.11
- environment-dev.yml: 0.8.5 -> 0.11.11 - ci.yml UV_VERSION: 0.8.5 -> 0.11.11 - drop redundant per-package `uv lock --check` step (workspace ascent makes it identical to the root check at line 148) - drop packages/grz-check/uv.lock (standalone lock not maintained by canonical `uv sync`; workspace lock is authoritative)
1 parent f48e237 commit dc61656

4 files changed

Lines changed: 393 additions & 634 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
workflow_dispatch:
1111

1212
env:
13-
UV_VERSION: '0.8.5'
13+
UV_VERSION: '0.11.11'
1414
GRZ_CHECK_WORKSPACE: "packages/grz-check"
1515
RUST_TOOLCHAIN_VERSION: "1.89.0"
1616

@@ -331,8 +331,5 @@ jobs:
331331
id: pkg_info
332332
run: echo "name=$(basename ${{ matrix.package.path }})" >> $GITHUB_OUTPUT
333333

334-
- name: Ensure package uv lockfile is up-to-date
335-
run: cd ${{ matrix.package.path }} && uv lock --check
336-
337334
- name: Run tests for ${{ steps.pkg_info.outputs.name }}
338335
run: uv run tox -e py${{ matrix.python-version }} -- ${{ matrix.package.path }}

environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ channels:
66
dependencies:
77
# common
88
- python >=3.12
9-
- uv =0.8.5
9+
- uv =0.11.11
1010
# for grz-check
1111
- rust =1.89.0
1212
# for grz-db

0 commit comments

Comments
 (0)