File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 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' }}
69
67
UV_TORCH_BACKEND : " cpu"
70
68
steps :
71
69
- uses : actions/checkout@v5
Original file line number Diff line number Diff line change 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' }}
74
72
UV_TORCH_BACKEND : " cpu"
75
73
steps :
76
74
- uses : actions/checkout@v5
You can’t perform that action at this time.
0 commit comments