-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Fix #6914: Remove unused setup code that is causing breakages on some systems. #6942
Conversation
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.
LGTM, thanks @seanlip!
@sophiewu6, I think we're going to merge this once the checks pass. Once that happens could you please confirm that the error is fixed on your end? Thanks! |
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.
LGTM. Tried on my computer and it fixed that issue. Thanks Sean!
Yay! Thanks for confirming @sophiewu6 :D |
Codecov Report
@@ Coverage Diff @@
## develop #6942 +/- ##
========================================
Coverage 95.73% 95.73%
========================================
Files 371 371
Lines 51604 51604
========================================
Hits 49404 49404
Misses 2200 2200 Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## develop #6942 +/- ##
========================================
Coverage 95.73% 95.73%
========================================
Files 371 371
Lines 51604 51604
========================================
Hits 49404 49404
Misses 2200 2200 Continue to review full report at Codecov.
|
Explanation
Hopefully this fixes #6914 (i.e. the npm issues)! Thanks to @sophiewu6 for filing #6914.
Relevant comment: #6914 (comment)
Checklist