-
Notifications
You must be signed in to change notification settings - Fork 79
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
no-issue: Update CI to support free-threading #189
Conversation
.github/workflows/build.yml
Outdated
include: | ||
- os: ubuntu-latest | ||
python: 'pypy3.10' | ||
build: '' |
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.
Is it needed to repeat an empty build for each entry?
@vstinner Okay it works! |
Would it be possible to add a "Display Python Version" step to display python -VV, and to check if it's a free threading build or not? |
@vstinner Done! |
The Free Threading CI says:
I'm not convinced that it's the expected binary. We should also log the Free Threading info. |
Co-authored-by: Victor Stinner <vstinner@python.org>
Good, it now works as expected:
|
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
ref:https://github.com/psf/pyperf/pull/188/files#r1597707959