提交 883734a6 编写于 作者: S shenglian zhou

fix: use offical pypi repository

上级 1f953a42
......@@ -419,7 +419,7 @@ class TDTestCase:
tdLog.info("install taospyudf...")
packs = ["taospyudf"]
for pack in packs:
subprocess.check_call([sys.executable, '-m', 'pip', 'install', pack])
subprocess.check_call([sys.executable, '-m', 'pip', 'install', '-i', 'https://pypi.org/simple', '-U', pack])
tdLog.info("call ldconfig...")
os.system("ldconfig")
tdLog.info("install taospyudf successfully.")
......@@ -461,4 +461,4 @@ class TDTestCase:
tdLog.success("%s successfully executed" % __file__)
tdCases.addWindows(__file__, TDTestCase())
tdCases.addLinux(__file__, TDTestCase())
\ No newline at end of file
tdCases.addLinux(__file__, TDTestCase())
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册