From 5132655d3e77ace3fba289c6d2df34e7c963cdfb Mon Sep 17 00:00:00 2001 From: Jack-Khuu Date: Tue, 17 Sep 2024 03:42:48 -0700 Subject: [PATCH] Fix MPS Test by forcing a PT version --- .github/workflows/pull.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index f42a20e22..7b043bdf6 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -624,6 +624,7 @@ jobs: uses: pytorch/test-infra/.github/workflows/macos_job.yml@main with: runner: macos-m1-stable # neeps MPS, was macos-m1-stable + python-version: 3.10.11 script: | set -x # NS/MC: Remove previous installation of torch and torchao first @@ -736,6 +737,7 @@ jobs: uses: pytorch/test-infra/.github/workflows/macos_job.yml@main with: runner: macos-m1-stable # needs MPS, was macos-m1-stable + python-version: 3.10.11 script: | set -x # NS/MC: Remove previous installation of torch and torchao first