-
Notifications
You must be signed in to change notification settings - Fork 85
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
Add workflow to regularly test PyPI install #1406
Conversation
Note: once wheels are published, I'll expand this workflow to also test PyPI installs from wheels. |
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.
LGTM.
Note: once wheels are published, I'll expand this workflow to also test PyPI installs from wheels.
Does this need an issue or is that overkill?
# Run at 03:27 UTC on the 8th and 22nd of every month | ||
- cron: '27 3 8,22 * *' |
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.
I'm not sure what the reference is here. Nothing actionable here, just wondering.
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.
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.
Sorry. I mean't why at 03:27 UTC on the 8th and 22nd?
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.
Ah, right. No particular reference. I just wanted a time that was outside normal working hours for both UK and US, and didn't match times that might be used in other cron jobs. The 8th (gah; sorry; the 22nd) was chosen so that this workflow first runs on the day after the 6.2.0 release, while I might still remember to check it.
Done in #1407. I've assigned it to this milestone - the ideal is that it should run on Friday morning for the wheels that (if all goes well) were created and uploaded to PyPI after Thursday's release. |
This PR adds a workflow to regularly test an installation of Traits and its test dependencies from PyPI.
Plan: