-
Notifications
You must be signed in to change notification settings - Fork 23.1k
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
[nightly] Fix macos nightly conda builds due to miniconda update #105226
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/105226
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New FailuresAs of commit 2345407: NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Merge failedReason: 1 jobs have failed, first few of them are: windows-binary-conda / conda-py3_8-cpu-build Details for Dev Infra teamRaised by workflow job |
windows binary conda py3.8 failure is unrelated (I believe its infra failure). I see its succeeds on nightlly rerun here: https://github.com/pytorch/pytorch/actions/runs/5551435364/jobs/10147159914 |
@pytorchmergebot merge -f "required jobs are passing" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
This is to fix failing macos conda nightly builds: https://github.com/pytorch/pytorch/actions/runs/5551435365/jobs/10147149169
Accompanying builder PR: pytorch/builder#1460