Revert "[CI] Use setup-python from for Mac tests (#155698)"

This reverts commit 2b9d638e3333e6e9ae324e1486774e83292e1883.

Reverted https://github.com/pytorch/pytorch/pull/155698 on behalf of https://github.com/malfet due to It causes weird flaky failures in MPS and do not upload usage logs anymore ([comment](https://github.com/pytorch/pytorch/pull/155698#issuecomment-2967120676))
This commit is contained in:
PyTorch MergeBot
2025-06-12 14:42:32 +00:00
parent 0fd711df19
commit 2a3b41cbd0
4 changed files with 33 additions and 24 deletions

View File

@ -451,10 +451,6 @@ class TestMultiprocessing(TestCase):
TEST_WITH_ASAN,
"seems to hang with ASAN, see https://github.com/pytorch/pytorch/issues/5326",
)
@unittest.skipIf(
IS_MACOS,
"seems to hang after completion on MacOS",
)
def test_fs_sharing(self):
with fs_sharing():
# The test works but is very slow on MacOS, see https://github.com/pytorch/pytorch/pull/93183,