Commit 4b78d1a
authored
Run setup-macos.sh in unittest-macos even in Buck mode (#9505)
We've been seeing flakes due to missing torchgen that have become more
common. After some investigation, it appears that #8688 was probably
overzealous: installing pytorch was probably also installing torchgen,
so let's ~~install pytorch~~just run the macos setup script to avoid
proliferating configurations.
Test Plan: unittest-buck / macos on this PR, monitor to see if failures
go away.1 parent 043c7a0 commit 4b78d1a
1 file changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
29 | 28 | | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments