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

Commit 8744a94

Browse files
committed
fix ci
1 parent 55a98e4 commit 8744a94

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/pull.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -620,12 +620,10 @@ jobs:
620620
python torchchat.py remove stories15m
621621
622622
test-mps:
623-
uses: actions/setup-python@v2
624-
with:
625-
python-version: 3.10.11
626623
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
627624
with:
628625
runner: macos-m1-stable # neeps MPS, was macos-m1-stable
626+
python-version: 3.10.11
629627
script: |
630628
set -x
631629
# NS/MC: Remove previous installation of torch and torchao first
@@ -735,12 +733,10 @@ jobs:
735733
736734
echo "Tests complete."
737735
test-mps-dtype:
738-
uses: actions/setup-python@v2
739-
with:
740-
python-version: 3.10.11
741736
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
742737
with:
743738
runner: macos-m1-stable # needs MPS, was macos-m1-stable
739+
python-version: 3.10.11
744740
script: |
745741
set -x
746742
# NS/MC: Remove previous installation of torch and torchao first

0 commit comments

Comments
 (0)