This repository was archived by the owner on Sep 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -624,8 +624,8 @@ 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'
628627 script : |
628+ export PYTHON_VERSION="3.10"
629629 set -x
630630 # NS/MC: Remove previous installation of torch and torchao first
631631 # as this script does not install anything into conda env but rather as system dep
@@ -737,8 +737,8 @@ jobs:
737737 uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
738738 with :
739739 runner : macos-m1-stable # needs MPS, was macos-m1-stable
740- python-version : ' 3.10'
741740 script : |
741+ export PYTHON_VERSION="3.10"
742742 set -x
743743 # NS/MC: Remove previous installation of torch and torchao first
744744 # as this script does not install anything into conda env but rather as system dep
@@ -878,7 +878,7 @@ jobs:
878878 - name : Setup Python
879879 uses : actions/setup-python@v2
880880 with :
881- python-version : 3.10
881+ python-version : 3.10.11
882882 - name : Setup Xcode
883883 if : runner.os == 'macOS'
884884 uses : maxim-lobanov/setup-xcode@v1
You can’t perform that action at this time.
0 commit comments