未验证 提交 7c69e361 编写于 作者: I iducn 提交者: GitHub

add pip new requirements to windows (#27697)

* add pip new requirements to windows

* Increase the conditions that restrict system installation
上级 53803202
...@@ -86,6 +86,7 @@ pip install --upgrade pip --user ...@@ -86,6 +86,7 @@ pip install --upgrade pip --user
pip install wheel --user pip install wheel --user
pip install gym --user pip install gym --user
pip install -U -r %work_dir%\python\requirements.txt --user pip install -U -r %work_dir%\python\requirements.txt --user
pip install -U -r %work_dir%\python\unittest_py\requirements.txt --user
if %ERRORLEVEL% NEQ 0 ( if %ERRORLEVEL% NEQ 0 (
call paddle_winci\Scripts\deactivate.bat 2>NUL call paddle_winci\Scripts\deactivate.bat 2>NUL
echo pip install requirements.txt failed! echo pip install requirements.txt failed!
......
PyGithub PyGithub
coverage coverage
pycrypto pycrypto ; platform_system != "Windows"
mock mock
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册