Skip to content

Commit

Permalink
ci: Run fewer macOS unit tests (#2680)
Browse files Browse the repository at this point in the history
* ci: Run fewer macOS unit tests

Signed-off-by: Achal Shah <[email protected]>

* fixup

Signed-off-by: Achal Shah <[email protected]>

* fixup

Signed-off-by: Achal Shah <[email protected]>

* fixup

Signed-off-by: Achal Shah <[email protected]>
  • Loading branch information
achals authored May 12, 2022
1 parent 2ce33cd commit c90e845
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ jobs:
matrix:
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
os: [ ubuntu-latest, macOS-latest]
exclude:
- os: macOS-latest
python-version: "3.8"
- os: macOS-latest
python-version: "3.9"
- os: macOS-latest
python-version: "3.10"
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}
Expand Down

0 comments on commit c90e845

Please sign in to comment.