fix(ci): constrain NeMo Skills evaluator dependencies (#34322)

This commit is contained in:
Baizhou Zhang
2026-08-10 16:56:46 -07:00
committed by GitHub
parent c30872fa00
commit 56e8bb49b8
@@ -212,6 +212,8 @@ def _get_nemo_venv() -> Tuple[str, dict]:
"--python",
f"{_nemo_venv_dir}/venv/bin/python",
f"git+https://github.com/NVIDIA/NeMo-Skills.git@{nemo_skills_ref}",
"mcp<2",
"typer<0.27",
],
capture_output=True,
text=True,