From da51d7c3358f54946493490543e8877705318652 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 28 Mar 2024 17:28:02 -0400 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 39321e8b..ab437f6b 100644 --- a/action.yml +++ b/action.yml @@ -72,4 +72,4 @@ runs: with open(os.environ["GITHUB_PATH"], "at") as f: f.write(f"{nox_bin_path}\n") print("::endgroup::") - shell: "${{ steps.localpython.outputs.python-path }} -u" + shell: "${{ steps.localpython.outputs.python-path }} -u {0}"