diff --git a/tests/ci/style_check.py b/tests/ci/style_check.py index dd3cf1a51ee..83dc54a57b8 100644 --- a/tests/ci/style_check.py +++ b/tests/ci/style_check.py @@ -140,7 +140,7 @@ def main(): stopwatch = Stopwatch() repo_path = Path(GITHUB_WORKSPACE) - temp_path = Path(TEMP_PATH) / "style_check" + temp_path = Path(TEMP_PATH) temp_path.mkdir(parents=True, exist_ok=True) pr_info = PRInfo()