-
Notifications
You must be signed in to change notification settings - Fork 357
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: avoid pip executable when upgrading pip in circleci #5057
fix: avoid pip executable when upgrading pip in circleci #5057
Conversation
✅ Deploy Preview for determined-ui canceled.
|
✅ Deploy Preview for storybook-det canceled.
|
80c3385
to
e580018
Compare
e580018
to
605c5df
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.
Does the trick!
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.
If you are not sure what precisely causes only this pip call to fail (and only fail in the windows runner) I'd recommend a comment explaining which conditions require python -m pip
"for reasons which are unclear" or something to that effect.
Otherwise it looks real weird to the next developer who goes and reads this code carefully.
I wouldn't probably waste more than 20 minutes trying to figure out why fixing only this line fixes the test, if you decide to go that route.
In the future, maybe try to split unrelated cosmetic fixes out from technical fixes; that mixing stuff up makes tracking down "what changed" harder. |
Description
fix: avoid pip executable when upgrading pip in circleci
Test Plan
CircleCI tests should succeed.
Commentary (optional)
Checklist
docs/release-notes/
.See Release Note for details.
/webui/react/src/shared/
verifymake -C webui/react test-shared
passes.