Skip to content

Commit

Permalink
add pip new requirements to windows (#27697)
Browse files Browse the repository at this point in the history
* add pip new requirements to windows

* Increase the conditions that restrict system installation
  • Loading branch information
iducn authored Sep 29, 2020
1 parent 5380320 commit 7c69e36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions paddle/scripts/paddle_build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ pip install --upgrade pip --user
pip install wheel --user
pip install gym --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 (
call paddle_winci\Scripts\deactivate.bat 2>NUL
echo pip install requirements.txt failed!
Expand Down
2 changes: 1 addition & 1 deletion python/unittest_py/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PyGithub
coverage
pycrypto
pycrypto ; platform_system != "Windows"
mock

0 comments on commit 7c69e36

Please sign in to comment.