-
Notifications
You must be signed in to change notification settings - Fork 13
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
MNT: Drop travis for GHA #92
Conversation
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.
Looks good overall, thanks for the effort, @maffettone!
Maybe we could limit the version of NumPy in the requirements to avoid test failures?
What's the most recent version of NumPy where it works? We now have numpy=1.24.4
in our latest conda envs 2023-3.2. The latest version is https://pypi.org/project/numpy/1.26.1/.
- Add min supported version - Add long description from README - Add short description - Fix URL for repo
@mrakitin Looks like the build for the test container has I updated the |
Im good to merge once @mrakitin concurs. Thanks for fixing these cosmetic things on top of improving CI and other such engineering aspects. |
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.
Looks good. Let's fix the minor problem with the content type (suggested below). Then it's good to go.
Co-authored-by: Max Rakitin <[email protected]>
Remove Travis for CI/CD and replace with GHA. Actions for the following were added:
run_tests.py
script that was run by Travis.Notably, this shows some lint that wasn't highlighted by Travis (Flake8), and a couple of failing unit tests...