override command to uv run prefect flow-run execute
the pull step creates a .venv with python 3.14 via uv sync, but the
default command (prefect flow-run execute) runs with the system python
3.11 which can't find the .venv packages. overriding command to
uv run prefect flow-run execute makes the flow subprocess use the
.venv python 3.14 where all deps are installed.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>