Skip to content

Commit 1c67058

Browse files
committed
Disable macOS runner because of MPS issue on GitHub
1 parent 83c546a commit 1c67058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_notebook.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
os: [ubuntu-latest]
1414
python-version: ["3.13"]
1515
include:
16-
- os: macos-latest
17-
python-version: "3.13"
16+
# - os: macos-latest
17+
# python-version: "3.13"
1818
- os: windows-latest
1919
python-version: "3.13"
2020
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)