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