-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
Require numpy<2 and new cron workflow #1083
Conversation
This PR brings in a new cron workflow that will run in the background every month. Our CI currently fails for some reason due entirely to workflow config, and so #1082 can now be merged even though it is failing. |
As reported in #1082, the halotools CI now fails in a way that is resolved by only running tests with
@johannesulf when you said you ran tests successfully with |
Hey nvm @johannesulf, I was just adding |
Besides bringing in a new cron workflow, this PR resolves the workflow failures that prevented CI from running on #1082. The resolution was to change install requirements to |
Add new cron workflow that runs CI tests as a cron job every month