We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42e4229 commit 2aa42b5Copy full SHA for 2aa42b5
tools/runners/util.py
@@ -72,4 +72,4 @@ def get_platform_cmd_prefix():
72
73
def get_python_cmd_prefix():
74
# python script doesn't have execute permission on github actions windows runner
75
- return get_platform_cmd_prefix() + [sys.executable or 'python']
+ return [sys.executable or 'python']
0 commit comments