@@ -434,7 +434,7 @@ jobs:
434434 - name : Setup Python
435435 uses : actions/setup-python@v2
436436 with :
437- python-version : 3.10.11
437+ python-version : ' 3.10.11'
438438 - name : Setup Xcode
439439 if : runner.os == 'macOS'
440440 uses : maxim-lobanov/setup-xcode@v1
@@ -577,7 +577,7 @@ jobs:
577577 - name : Setup Python
578578 uses : actions/setup-python@v2
579579 with :
580- python-version : 3.10.11
580+ python-version : ' 3.10.11'
581581 - name : Print machine info
582582 run : |
583583 uname -a
@@ -624,7 +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
627+ python-version : ' 3.10'
628628 script : |
629629 set -x
630630 # NS/MC: Remove previous installation of torch and torchao first
@@ -737,7 +737,7 @@ 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.11
740+ python-version : ' 3.10'
741741 script : |
742742 set -x
743743 # NS/MC: Remove previous installation of torch and torchao first
@@ -878,7 +878,7 @@ jobs:
878878 - name : Setup Python
879879 uses : actions/setup-python@v2
880880 with :
881- python-version : 3.10.11
881+ python-version : 3.10
882882 - name : Setup Xcode
883883 if : runner.os == 'macOS'
884884 uses : maxim-lobanov/setup-xcode@v1
0 commit comments