mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-20 12:34:17 +02:00
Fix uv sync flag in upgrade check notification
This commit is contained in:
parent
b061126955
commit
fce4182860
1 changed files with 1 additions and 1 deletions
2
.github/workflows/run-upgrade-checks.yml
vendored
2
.github/workflows/run-upgrade-checks.yml
vendored
|
|
@ -126,7 +126,7 @@ jobs:
|
|||
### What to do
|
||||
|
||||
1. Check the workflow logs to identify which job failed (static analysis vs tests)
|
||||
2. Reproduce locally with `uv sync --resolution=upgrade && uv run prek run --all-files && uv run pytest -n auto`
|
||||
2. Reproduce locally with `uv sync --upgrade && uv run prek run --all-files && uv run pytest -n auto`
|
||||
3. Fix the code or adjust dependency constraints as needed
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue