mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-18 00:03:23 +02:00
chore(uv): Prefer --locked for dependency sync (#1852)
Adopt uv best practice for dependency synchronization. [Note] - (uv sync --frozen) proceeds with an out-dated lockfile. This could lead to inconsistencies. [Docs] See: https://docs.astral.sh/uv/concepts/projects/sync/#locking-and-syncing
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -130,7 +130,7 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
working-directory: src/${{ matrix.package }}
|
||||
run: uv sync --frozen --all-extras --dev
|
||||
run: uv sync --locked --all-extras --dev
|
||||
|
||||
- name: Run pyright
|
||||
working-directory: src/${{ matrix.package }}
|
||||
|
||||
Reference in New Issue
Block a user