Skip to content

Commit c90e845

Browse files
authored
ci: Run fewer macOS unit tests (#2680)
* ci: Run fewer macOS unit tests Signed-off-by: Achal Shah <achals@gmail.com> * fixup Signed-off-by: Achal Shah <achals@gmail.com> * fixup Signed-off-by: Achal Shah <achals@gmail.com> * fixup Signed-off-by: Achal Shah <achals@gmail.com>
1 parent 2ce33cd commit c90e845

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/unit_tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ jobs:
99
matrix:
1010
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
1111
os: [ ubuntu-latest, macOS-latest]
12+
exclude:
13+
- os: macOS-latest
14+
python-version: "3.8"
15+
- os: macOS-latest
16+
python-version: "3.9"
17+
- os: macOS-latest
18+
python-version: "3.10"
1219
env:
1320
OS: ${{ matrix.os }}
1421
PYTHON: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)