Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 5132655

Browse files
committed
Fix MPS Test by forcing a PT version
1 parent 16b3d64 commit 5132655

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,7 @@ jobs:
624624
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
625625
with:
626626
runner: macos-m1-stable # neeps MPS, was macos-m1-stable
627+
python-version: 3.10.11
627628
script: |
628629
set -x
629630
# NS/MC: Remove previous installation of torch and torchao first
@@ -736,6 +737,7 @@ jobs:
736737
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
737738
with:
738739
runner: macos-m1-stable # needs MPS, was macos-m1-stable
740+
python-version: 3.10.11
739741
script: |
740742
set -x
741743
# NS/MC: Remove previous installation of torch and torchao first

0 commit comments

Comments
 (0)