-
-
Notifications
You must be signed in to change notification settings - Fork 132
Update and fix the dependencies in the development env #12
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
Conversation
So far, my conclusion is similar to MaciejSkrabski in PR #7. I only had success with specified Conda channels that indeed speeds up the testing process. I also tried to specify both channels and versions of dependencies but failed. Even only appointing the minimum versions did not pass this test run, all python 3.7 cases failed when setting up Conda, but 3.9 cases were all fine. Dependency version parsing seems can be affected by different versions of python. I'm not going to merge this PR, but rather take it as a playground for testing. |
I'm closing this PR due to the problem has been solved in the latest release |
As mentioned in #7, I am trying to update and fix the dependencies of the development environment for testing cases. Expecting this can help speed up the processing of setting up Conda when running tests.