Uninstall brew miniconda while running MacOS testing#156898
Uninstall brew miniconda while running MacOS testing#156898
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/156898
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit 654b9fe with merge base dea4864 ( BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@pytorchbot merge -f "All that I care about is green" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
|
@pytorchbot cherry-pick --onto release/2.8 -c critical |
That results in torch.compile being unable to produce working artifacts Should fix #156833 Pull Request resolved: #156898 Approved by: https://github.com/seemethere, https://github.com/atalman (cherry picked from commit 214e295)
Cherry picking #156898The cherry pick PR is at #157567 and it is recommended to link a critical cherry pick PR with an issue. The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
Cleanup leftover miniconda brew installation (#156898) That results in torch.compile being unable to produce working artifacts Should fix #156833 Pull Request resolved: #156898 Approved by: https://github.com/seemethere, https://github.com/atalman (cherry picked from commit 214e295) Co-authored-by: Nikita Shulga <2453524+malfet@users.noreply.github.com>
|
@pytorchbot revert -m "Breaks TorchVision builds" -c weird |
|
@pytorchbot successfully started a revert job. Check the current status here. |
This reverts commit 214e295. Reverted #156898 on behalf of https://github.com/malfet due to Breaks TorchVision builds ([comment](#156898 (comment)))
|
@malfet your PR has been successfully reverted. |
That results in torch.compile being unable to produce working artifacts Should fix #156833
|
@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 |
|
Seeing following error during reinstall step: And more failures on torchcodec: https://github.com/pytorch/torchcodec/actions/runs/16288997377/job/45994293742 |
Use ```brew install --cask miniconda``` as specified by https://formulae.brew.sh/cask/miniconda Forward fix After: #156898 (comment) Seeing in CI: ``` Run if [[ -n "$REINSTALL_BREW_MINICONDA" ]]; then ==> Caveats Please run the following to setup your shell: conda init "$(basename "${SHELL}")" Alternatively, manually add the following to your shell init: eval "$(conda "shell.$(basename "${SHELL}")" hook)" ==> Downloading https://repo.anaconda.com/miniconda/Miniconda3-py313_25.5.1-0-MacOSX-arm64.sh Already downloaded: /Users/ec2-user/Library/Caches/Homebrew/downloads/2e356e8b147647692e4da77ce4c0c14eefee65ec86f29cc7e8c21a26ac9397ca--Miniconda3-py313_25.5.1-0-MacOSX-arm64.sh ==> Installing Cask miniconda ==> Running installer script 'Miniconda3-py313_25.5.1-0-MacOSX-arm64.sh' PREFIX=/opt/homebrew/Caskroom/miniconda/base Unpacking payload ... entry_point.py:256: DeprecationWarning: Python 3.14 will, by default, filter extracted tar archives and reject files or modify their metadata. Use the filter argument to control this behavior. entry_point.py:256: DeprecationWarning: Python 3.14 will, by default, filter extracted tar archives and reject files or modify their metadata. Use the filter argument to control this behavior. Installing base environment... Preparing transaction: ...working... done Executing transaction: ...working... done entry_point.py:256: DeprecationWarning: Python 3.14 will, by default, filter extracted tar archives and reject files or modify their metadata. Use the filter argument to control this behavior. installation finished. ==> Linking Binary 'conda' to '/opt/homebrew/bin/conda' 🍺 miniconda was successfully installed! ``` Pull Request resolved: #158347 Approved by: https://github.com/seemethere

That results in torch.compile being unable to produce working artifacts
But reinstall it later, when done
Should fix #156833