[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2026-07-27 16:09:20 +00:00
commit 39183bd4e5
2 changed files with 5 additions and 3 deletions

View file

@ -175,7 +175,7 @@ def _run_llama_step(script: str, tmp_path: Path, *, curl_exit: int):
env = dict(os.environ)
env["PATH"] = f"{bin_dir}{os.pathsep}" + env["PATH"]
env["GITHUB_OUTPUT"] = str(out)
env["INPUT_TAG"] = "" # the default (push / schedule) trigger
env["INPUT_TAG"] = "" # the default (push / schedule) trigger
path = tmp_path / "llama_step.sh"
path.write_text(_expand(script), encoding = "utf-8")
return subprocess.run(