diff --git a/.github/mcp/mcp_pytest.py b/.github/mcp/mcp_pytest.py index 8bd2312d43..5f0aaa147b 100644 --- a/.github/mcp/mcp_pytest.py +++ b/.github/mcp/mcp_pytest.py @@ -92,7 +92,7 @@ clear_tmp_path_flag = '-o tmp_path_retention_policy=none' command += f''' - pip install --upgrade --user .[{deps_group}] + pip install --upgrade --user .[{args.deps_group}] export COMMON_ARGS="-v --durations=20 -m '{args.pytest_markers}' {clear_tmp_path_flag}"