-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore: adapt the project to GitHub #1
Conversation
Yannick-Dayer
commented
Jul 10, 2024
- Removed remnants of GitLab (badges, URLs, and CI configurations);
- Added a pre-commit hook to enforce conventional commit;
- Fixed the license file and Reuse;
- Added workflows configuration for GitHub Actions.
fc7cb47
to
ae0ba75
Compare
where is the readthedocs link to this pr? |
I added the The readthedocs side is setup and working: https://clapper--1.org.readthedocs.build/en/1/ |
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.
Thank you, looks good but there are some changes needed.
Docs commands should not have a dependency on the doc-clean command; Conda dependencies are managed externally.
Add a job in tests.yaml that builds the package and installs the wheel. This should ensures the release package can also be built correctly.
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 looks better however some pixi related changes are needed.
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 a lot, looks great! Would be nice if you could put exact changes in gridtk too.
And thank you for the review! I will create a pull request in gridtk with these changes 👍🏼 |