-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove test_req installations #1400
Conversation
@menshikh-iv should I add tensorflow to test_env in setup.py? |
@ibrahimsharaf Yes, please add tensorflow to test_env |
appveyor.yml
Outdated
@@ -66,8 +66,6 @@ test_script: | |||
# installed library. | |||
- "mkdir empty_folder" | |||
- "cd empty_folder" | |||
- "pip install pyemd testfixtures unittest2 sklearn Morfessor==2.0.2a4" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert this, because these dependencies will not be installed
@menshikh-iv do we have to specify the version? won't it get the latest one? |
@ibrahimsharaf It's strange problem with installing dependencies, I will try to solve it. |
@menshikh-iv I'll ping you if I found a solution. |
@menshikh-iv thoughts? |
Thank you @ibrahimsharaf, now all ok. |
Issue (#1393)