diff --git a/.github/workflows/run-upgrade-checks.yml b/.github/workflows/run-upgrade-checks.yml index 728156bd6..3a8162129 100644 --- a/.github/workflows/run-upgrade-checks.yml +++ b/.github/workflows/run-upgrade-checks.yml @@ -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 ---