未验证 提交 7bae5e9a 编写于 作者: A Aurelius84 提交者: GitHub

[CustomOp]Fix MAC3-CI random failed with XXX_setup.py(#32369)

上级 661a1f6f
......@@ -142,7 +142,8 @@ class TestNewCustomOpSetUpInstall(unittest.TestCase):
cmd = 'cd /d {} && python custom_relu_setup.py install'.format(
cur_dir)
else:
cmd = 'cd {} && python custom_relu_setup.py install'.format(cur_dir)
cmd = 'cd {} && {} custom_relu_setup.py install'.format(
cur_dir, sys.executable)
run_cmd(cmd)
# NOTE(Aurelius84): Normally, it's no need to add following codes for users.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册