mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-19 08:33:23 +02:00
ci: add step to compile fresh lock file in Python workflow
This commit is contained in:
3
.github/workflows/python.yml
vendored
3
.github/workflows/python.yml
vendored
@@ -44,6 +44,9 @@ jobs:
|
||||
with:
|
||||
python-version-file: "src/${{ matrix.package }}/.python-version"
|
||||
|
||||
- name: Compile fresh lock file
|
||||
run: uv pip compile --all-extras --dev
|
||||
|
||||
- name: Install dependencies
|
||||
working-directory: src/${{ matrix.package }}
|
||||
run: uv sync --frozen --all-extras --dev
|
||||
|
||||
Reference in New Issue
Block a user