未验证 提交 a1b95801 编写于 作者: F Frost Ming

sequential install

上级 b5dfb6e9
......@@ -44,6 +44,7 @@ def main():
venv_pdm = (venv_python.parent / "pdm").as_posix()
subprocess.check_call([venv_pdm, "use", sys.executable])
subprocess.check_call([venv_pdm, "config", "set", "parallel_install", "false"])
subprocess.check_call([venv_pdm, "install", "-d"])
pdm_path = (
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册