-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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
gh-128446: Run Windows CI tests on each commit #131702
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.
Thanks!
Thanks @AA-Turner for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
(cherry picked from commit 7d9442f) Co-authored-by: Adam Turner <[email protected]>
GH-131705 is a backport of this pull request to the 3.13 branch. |
(cherry picked from commit 7d9442f) Co-authored-by: Adam Turner <[email protected]>
GH-131706 is a backport of this pull request to the 3.12 branch. |
The Windows build is running on ![]() https://github.com/python/cpython/actions/runs/14053641267/job/39348432127 Should it also run Windows MSI? |
Previously this wasn't run for each commit. I'm cautious about adding more jobs to CI, due to limited resources, and it might be that the MSI tests are run by the buildbots. A |
This was missed in #128450.
A
configure
/Makefile
changes #128446