mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-19 08:33:23 +02:00
ci: remove redundant steps for lock file management in Python workflow
This commit is contained in:
6
.github/workflows/python.yml
vendored
6
.github/workflows/python.yml
vendored
@@ -41,12 +41,6 @@ jobs:
|
||||
with:
|
||||
python-version-file: "src/${{ matrix.package }}/.python-version"
|
||||
|
||||
- name: Remove old lock file (if present)
|
||||
run: rm -f ./src/sqlite/uv.lock ./src/time/uv.lock ./src/fetch/uv.lock ./src/sentry/uv.lock ./src/git/uv.lock
|
||||
|
||||
- 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