-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
MAINT: Fix pypy3 on CircleCI #9700
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
22f7e79
to
27d4734
Compare
Okay CircleCI pypy3 variant passed. I've restarted all the CIs I killed to save time in case the pypy3 run failed. Someone feel free to have a look and (squash and) merge ASAP to get us back to green! |
All green, thank you for the emergency fix @larsoner |
@pv I don't know where your comment went, but the env var was moved to $BASH_ENV so there was no longer the need to set it in every command |
@larsoner
|
I don't understand why these don't fail all at once but one after the other as we fix them. |
Did you rebase? |
(Travis builds a merged version of each PR, Circle builds just the branch IIRC, unless you add custom code to the config to do a merge) |
No, thanks. I'll try that. |
Blindly trying the fix in numpy/numpy#12594
Closes #9691.