Unverified Commit a5fda50a authored by Isotr0py's avatar Isotr0py Committed by GitHub
Browse files

[CI/Build] Fix large_gpu_mark reason (#10070)


Signed-off-by: default avatarIsotr0py <2037008807@qq.com>
parent 21063c11
......@@ -699,7 +699,7 @@ def large_gpu_mark(min_gb: int) -> pytest.MarkDecorator:
return pytest.mark.skipif(
memory_gb < min_gb,
reason=f"Need at least {memory_gb}GB GPU memory to run the test.",
reason=f"Need at least {min_gb}GB GPU memory to run the test.",
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment