-
Notifications
You must be signed in to change notification settings - Fork 329
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 Python Package Installation
tests are flaky
#1122
Comments
On a deeper look, this is not a flaky test, it is just failing. Python2 + poetry is not a combination that can be easily supported. Best suggestion is to remove that combination and state that we can't run on it. More information: actions/setup-python#374 |
I looked over actions/setup-python#374 a bit, and I don't think that's the cause of it, since we're not using the Instead I think we're running into a similar problem, the poetry installation (under Python 3) on windows is not able to find the Python 2 executable. From the logs of a failure.
|
Right, I don't think it is caused by actions/setup-python#374, but it is the same underlying issue. Thanks for taking a deeper look here. |
These tests often fail for external reasons. We should add some sort of retry on failure for these tests.
The text was updated successfully, but these errors were encountered: