File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 38
38
strategy :
39
39
fail-fast : false
40
40
matrix :
41
- os : [macos -14-xlarge , ubuntu-22.04, windows-2022]
41
+ os : [macOS -14, ubuntu-22.04, windows-2022]
42
42
config :
43
43
# only run PyTorch latest
44
44
- { pkg-name: "lightning", python-version: "3.10", pytorch-version: "2.1" }
64
64
FREEZE_REQUIREMENTS : ${{ ! (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/')) }}
65
65
TORCH_URL_STABLE : " https://download.pytorch.org/whl/cpu/"
66
66
TORCH_URL_TEST : " https://download.pytorch.org/whl/test/cpu/"
67
+ # TODO: Remove this - Enable running MPS tests on this platform
68
+ DISABLE_MPS : ${{ matrix.os == 'macOS-14' && '1' || '0' }}
67
69
UV_TORCH_BACKEND : " cpu"
68
70
steps :
69
71
- uses : actions/checkout@v5
Original file line number Diff line number Diff line change 42
42
strategy :
43
43
fail-fast : false
44
44
matrix :
45
- os : [macos -14-xlarge , ubuntu-22.04, windows-2022]
45
+ os : [macOS -14, ubuntu-22.04, windows-2022]
46
46
config :
47
47
# only run PyTorch latest
48
48
- { pkg-name: "lightning", python-version: "3.10", pytorch-version: "2.1" }
69
69
TORCH_URL_STABLE : " https://download.pytorch.org/whl/cpu/"
70
70
TORCH_URL_TEST : " https://download.pytorch.org/whl/test/cpu/"
71
71
FREEZE_REQUIREMENTS : ${{ ! (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/')) }}
72
+ # TODO: Remove this - Enable running MPS tests on this platform
73
+ DISABLE_MPS : ${{ matrix.os == 'macOS-14' && '1' || '0' }}
72
74
UV_TORCH_BACKEND : " cpu"
73
75
steps :
74
76
- uses : actions/checkout@v5
You can’t perform that action at this time.
0 commit comments