Fix uv sync flag in upgrade check notification

This commit is contained in:
Jeremiah Lowin 2026-03-03 17:02:42 -05:00
commit fce4182860

View file

@ -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
---