-
Notifications
You must be signed in to change notification settings - Fork 1.4k
test_support #2179
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
test_support #2179
Conversation
2cffc91 to
40bdb33
Compare
|
I'm so confused... all the tests pass fine on my machine but in CI they all fail with "Address family not supported by protocol [family]". Is it something with the github actions environment? |
|
They also pass on my machine. After a bit of searching I'm wondering if it's an IPv4/IPv6 issue, because it appears that they don't support it yet actions/runner-images#668. https://stackoverflow.com/questions/2370388/socketexception-address-incompatible-with-requested-protocol is a stack overflow question about the error on windows which indicate an IPv4/IPv6 problem. |
40bdb33 to
eef4cb3
Compare
2166d06 to
7c35120
Compare
904d15d to
87159ee
Compare
…'t actually stdin
87159ee to
3afb35e
Compare
3afb35e to
0d16f98
Compare
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.
big progress! 👏
No description provided.