Skip to content

Commit 214e295

Browse files
malfetpytorchmergebot
authored andcommitted
Cleanup leftover miniconda brew installation (pytorch#156898)
That results in torch.compile being unable to produce working artifacts Should fix pytorch#156833 Pull Request resolved: pytorch#156898 Approved by: https://github.com/seemethere, https://github.com/atalman
1 parent 4c0091f commit 214e295

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/_mac-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ jobs:
8888
pkill "${PROCESS}" || true
8989
done
9090
91+
- name: Clean up leftover miniconda installation
92+
continue-on-error: true
93+
run: brew uninstall miniconda || true
94+
9195
- name: Clean up leftover local python3 site-packages on MacOS pet runner
9296
continue-on-error: true
9397
run: |

0 commit comments

Comments
 (0)