Skip to content

Commit 4f02b33

Browse files
authored
fix ci (#9201)
CI is assigning Python 3.9 machines, but ET requires 3.10.
1 parent 791fe7f commit 4f02b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
235235
with:
236236
runner: macos-m1-stable
237-
python-version: '3.11'
237+
python-version: "3.11"
238238
submodules: 'true'
239239
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
240240
script: |

0 commit comments

Comments
 (0)