-
Notifications
You must be signed in to change notification settings - Fork 293
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
Added fix for pip._vendor.distlib issue on windows msys2 #1762
Added fix for pip._vendor.distlib issue on windows msys2 #1762
Conversation
Signed-off-by: Eric Reinecke <[email protected]>
Signed-off-by: Eric Reinecke <[email protected]>
75ac93f
to
21b958e
Compare
Signed-off-by: Eric Reinecke <[email protected]>
Signed-off-by: Eric Reinecke <[email protected]>
Signed-off-by: Eric Reinecke <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1762 +/- ##
==========================================
+ Coverage 79.95% 84.07% +4.11%
==========================================
Files 197 198 +1
Lines 21879 22172 +293
Branches 4342 4687 +345
==========================================
+ Hits 17494 18641 +1147
- Misses 2252 2609 +357
+ Partials 2133 922 -1211
Flags with carried forward coverage won't be shown. Click here to find out more. see 165 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Wow, congratulations on figuring this one out!!! |
…wareFoundation#1762) Added fix for pip._vendor.distlib issue on windows msys2 Signed-off-by: Eric Reinecke <[email protected]> Signed-off-by: Darby Johnston <[email protected]>
Fixes #1757
Summarize your change.
Added step to force pip update in msys2 based on these directions.