Skip to content

Commit babfd4c

Browse files
committed
Remove DISABLE_MPS environment variable from CI workflows
1 parent d2345ef commit babfd4c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/ci-tests-fabric.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ jobs:
6464
FREEZE_REQUIREMENTS: ${{ ! (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/')) }}
6565
TORCH_URL_STABLE: "https://download.pytorch.org/whl/cpu/"
6666
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' }}
6967
UV_TORCH_BACKEND: "cpu"
7068
steps:
7169
- uses: actions/checkout@v5

.github/workflows/ci-tests-pytorch.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ jobs:
6969
TORCH_URL_STABLE: "https://download.pytorch.org/whl/cpu/"
7070
TORCH_URL_TEST: "https://download.pytorch.org/whl/test/cpu/"
7171
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' }}
7472
UV_TORCH_BACKEND: "cpu"
7573
steps:
7674
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)