Skip to content
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

Merged
merged 17 commits into from
Aug 6, 2024
Merged

Conversation

AryanBakliwal
Copy link
Contributor

@AryanBakliwal AryanBakliwal commented Apr 3, 2024

Separation of dependencies

fixes #267

With reference from setup.py, added tests/environment.yaml and updated docs/environment.yaml

@AryanBakliwal
Copy link
Contributor Author

Hi @observingClouds, please review :)

Copy link
Owner

@observingClouds observingClouds left a 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?

Copy link
Owner

@observingClouds observingClouds left a 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.

@AryanBakliwal
Copy link
Contributor Author

Hi @observingClouds, any clue why pytest and doctests are failing. I don't think I changed anything that would interfere with these

@observingClouds observingClouds self-requested a review August 6, 2024 17:45
Copy link
Owner

@observingClouds observingClouds left a 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! 🎉

@observingClouds observingClouds merged commit f4658f7 into observingClouds:main Aug 6, 2024
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Separation of dependencies
2 participants