Skip to content

Commit a78159e

Browse files
committed
Do not test on macOS or Windows
1 parent ee1e7cd commit a78159e

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

.github/workflows/check.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,12 @@ jobs:
1919
matrix:
2020
os:
2121
- ubuntu-latest
22-
- macos-latest
23-
- windows-latest
2422
python:
2523
- '3.11'
2624
- '3.12'
2725
include:
2826
- os: ubuntu-latest
2927
os_name: Linux
30-
- os: macos-latest
31-
os_name: macOS
32-
- os: windows-latest
33-
os_name: Windows
3428
steps:
3529
- name: Checkout
3630
uses: actions/checkout@v4
@@ -71,18 +65,12 @@ jobs:
7165
matrix:
7266
os:
7367
- ubuntu-latest
74-
- macos-latest
75-
- windows-latest
7668
python:
7769
- '3.11'
7870
- '3.12'
7971
include:
8072
- os: ubuntu-latest
8173
os_name: Linux
82-
- os: macos-latest
83-
os_name: macOS
84-
- os: windows-latest
85-
os_name: Windows
8674
install:
8775
name: Install (Python ${{ matrix.python }} on ${{ matrix.os_name }})
8876
runs-on: ${{ matrix.os }}
@@ -93,18 +81,12 @@ jobs:
9381
matrix:
9482
os:
9583
- ubuntu-latest
96-
- macos-latest
97-
- windows-latest
9884
python:
9985
- '3.11'
10086
- '3.12'
10187
include:
10288
- os: ubuntu-latest
10389
os_name: Linux
104-
- os: macos-latest
105-
os_name: macOS
106-
- os: windows-latest
107-
os_name: Windows
10890
steps:
10991
- name: Setup Python
11092
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)