Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

CI: Add PyPy job #143

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open

CI: Add PyPy job #143

wants to merge 23 commits into from

Conversation

lithomas1
Copy link
Contributor

@lithomas1 lithomas1 commented Jul 8, 2021

Works but got some errors. Need discussion on how to proceed.

@lithomas1 lithomas1 closed this Jul 10, 2021
@lithomas1 lithomas1 reopened this Jul 10, 2021
@lithomas1 lithomas1 marked this pull request as ready for review July 25, 2021 18:27
@lithomas1
Copy link
Contributor Author

lithomas1 commented Jul 25, 2021

Works now. Bunch of failures and crashes, though(mostly related to to_csv, datetimes, intersection) when running tests, which is expected, but most of the core tests are passing. The only question remaining is whether we should move forward with providing wheels.

Not sure why the other linux/macos builds are crashing. They seem flaky, but are also failing consistently on this branch.

cc @simonjayhawkins

@simonjayhawkins
Copy link
Collaborator

The only question remaining is whether we should move forward with providing wheels.

added needs discussion label to pandas-dev/pandas#42509

@@ -75,6 +75,13 @@ jobs:
NP_BUILD_DEP: "numpy==1.17.3"
# pandas 1.4 requires py3.8+, remove this job on 1.4 release
NIGHTLY_BUILD: "false"
pypy_3.7_64:
MB_PYTHON_VERSION: "pypy3.7-7.3.5"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can switch to pypy-3.8 instead

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants