Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7565882

Browse files
committedApr 24, 2024
Excluding macos unit testing on python 3.8 and 3.9
1 parent 9ba4546 commit 7565882

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.github/workflows/run-unit-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ jobs:
5555
matrix:
5656
os: [ubuntu-latest, windows-latest, macos-latest]
5757
python-version: ['3.8', '3.9', '3.10', '3.11']
58+
exclude:
59+
- os: macos-latest
60+
python-version: '3.8'
61+
- os: macos-latest
62+
python-version: '3.9'
5863

5964
runs-on: ${{ matrix.os }}
6065

0 commit comments

Comments
 (0)
Please sign in to comment.