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 a86cdc5 commit 7b753f1Copy full SHA for 7b753f1
.github/workflows/_unittest.yml
@@ -44,7 +44,7 @@ jobs:
44
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
45
with:
46
runner: macos-15-xlarge
47
- python-version: '3.11'
+ python-version: '3.10'
48
submodules: 'recursive'
49
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
50
script: |
0 commit comments