-
Notifications
You must be signed in to change notification settings - Fork 22
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
separate dependencies #275
Conversation
Signed-off-by: Aryan Bakliwal <[email protected]>
Signed-off-by: Aryan Bakliwal <[email protected]>
Signed-off-by: Aryan Bakliwal <[email protected]>
Signed-off-by: Aryan Bakliwal <[email protected]>
Signed-off-by: Aryan Bakliwal <[email protected]>
Hi @observingClouds, please review :) |
Signed-off-by: Aryan Bakliwal <[email protected]>
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.
@AryanBakliwal this is coming along nicely! Some tests are still failing though. I think the issue here is that the mamba environments are named in the respective environment.yml files like xbitinfo-tests
, xbitinfo-docs
and do not match the activate-environment
in the GitHub action ci.yaml. The later should be adapted accordingly and should then work.
Could you try that?
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.
Thanks for the adaptation. I would suggest to have test and doctest use the same environment (bitinfo-tests) and test-notebook actually bitinfo-docs.
Hi @observingClouds, any clue why pytest and doctests are failing. I don't think I changed anything that would interfere with these |
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.
After some upstream updates, all tests are succeeding now! Thanks for your contribution to xbitinfo! 🎉
Separation of dependencies
fixes #267
With reference from setup.py, added tests/environment.yaml and updated docs/environment.yaml