We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de19fd commit 8fb06deCopy full SHA for 8fb06de
.github/workflows/trunk.yml
@@ -234,7 +234,7 @@ jobs:
234
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
235
with:
236
runner: macos-m1-stable
237
- python-version: '3.11'
+ python-version: "3.11"
238
submodules: 'true'
239
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
240
script: |
0 commit comments