Skip to content

Commit 180a72d

Browse files
committed
Remove windows and mac from test matrix
1 parent 08e73d0 commit 180a72d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
os: [macos, ubuntu, windows]
26+
os: [ubuntu] #, mac, windows] # TODO v4: Re-enable windows and mac
2727
test-subfolder: ["/"]
2828
python-version: ["3.12"]
2929
include:
@@ -64,7 +64,7 @@ jobs:
6464
strategy:
6565
fail-fast: false
6666
matrix:
67-
os: [macos, ubuntu, windows]
67+
os: [ubuntu] #, mac, windows] # TODO v4: Re-enable windows and mac
6868
python-version: ["3.12"]
6969
include:
7070
- os: ubuntu

0 commit comments

Comments
 (0)