You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing pip dependencies in CI, pip throws a ConnectionResetError: [Errno 104] Connection reset by peer, resulting in a failed CI run. This could be due to a transient outage.
Description
When installing pip dependencies in CI, pip throws a
ConnectionResetError: [Errno 104] Connection reset by peer
, resulting in a failed CI run. This could be due to a transient outage.Steps to Reproduce
See
Expected Behavior
Dependencies should install successfully and CI should pass.
Actual Behavior
Pip throws a
ConnectionResetError: [Errno 104] Connection reset by peer
error and CI failsComments
We've made some changes to the test dependencies, but they aren't yet in release/1.1.0 yet and their backport is unaffected by this error: #4895
The text was updated successfully, but these errors were encountered: