-
Notifications
You must be signed in to change notification settings - Fork 614
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 master: Keep pip version constant #1760
Fix master: Keep pip version constant #1760
Conversation
So the macos wheels are failing for 403 on github api requesting bazel releases. I've ran into something similar for another project and I think this is related to all macos VMs running the same IP address: If there's anyway we can authenticate the API request that would solve the issue but seeing as it's done inside of bazel build this may be tricky to do. |
We're merging this because it's urgent, but I believe the setup bazel step should be skipped on linux and windows, we already have bazel installed in docker and on windows it's downloaded in the bash script. |
* Remove pip upgrade * Remove pip upgrades that are not needed * debug * debug * debug * Try with github token * Fix bug * temp * Update
* Remove pip upgrade * Remove pip upgrades that are not needed * debug * debug * debug * Try with github token * Fix bug * temp * Update
No need to upgrade these two packages in our build environment.. this can introduce possible errors we don't control