-
-
Notifications
You must be signed in to change notification settings - Fork 141
MAINT: Exclude OSX-3.10.6 #335
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
I don't understand the need for this PR. I'm seeing successful workflows with all 3 MacOS tests. |
You don't see them because I usually rerun the failed tests when OSX 3.10 times out. Here is one where I didn't rerun https://github.com/pandas-dev/pandas-stubs/actions/runs/3129422399 |
I've seen these "operations were cancelled" on Windows and MacOS, with different versions of python. It's something funky on the github end, since it is so inconsistent. What I usually do is just go in and rerun the failed job, and it goes through. |
It has happened literally every other run on OSX 3.10 I don't think it adds much to have all 3 by 3 and it is a real pain. |
I just did a rerun of a failure, and it failed a LOT because mypy upgraded to 0.981 yesterday (9/26) |
So we might start seeing lots of failures everywhere. Will try to look at this later today |
I'm going to reopen this as an appeal. My other PR has not had 3 times outs on OSX 3.10. Something is just not right on OSX and 3.10. |
The fix is to edit pandas-stubs/.github/workflows/test.yml Line 12 in 46ee67b
|
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 @bashtage
I was also seeing timeouts on some Windows runs, so I think this will help alleviate this issue
Stop running for now