-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI: Skip testing step in Pypy job #52638
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
Conversation
Can you just remove the testing phase instead? We still build PyPy packages on conda (and pandas has failed to compile on PyPy come release time at least once). |
The validate min versions script errors on the PyPy build, should investigate if we keep the file around |
Sure, let's just skip the testing steps of the Pypy jobs instead But IIRC it doesn't look like our cibuildwheel is building for pypy which uploads to conda? pandas/.github/workflows/wheels.yml Line 58 in 81b08a9
|
cc @cfbolz we (pandas) don't have anyone championing pypy support. Can you suggest anyone from the pypy team who might be interested? |
Although we upload PyPI wheels to Anaconda, we upload them to Anaconda's PyPI repositories, not the conda ones. The conda packages are built separately by the pandas-feedstock repo, and the packages are built from the Github release tarball. |
#52671) Backport PR #52638: CI: Skip testing step in Pypy job Co-authored-by: Matthew Roeschke <[email protected]>
@lithomas1 during today's dev call, I asked if we still need the Pypy build since it's actively failing (but passing in the CI) and no one is really ensuring we have compat with Pypy. Thought if we can remove it?