Skip to content

Commit 63e71db

Browse files
committed
Skip some Python versions on macOS tests
They fails with dependency installation errors, no idea why.
1 parent 86cf7cd commit 63e71db

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ jobs:
1111
matrix:
1212
os: [ubuntu-latest, windows-latest, macos-latest]
1313
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.8' ]
14+
exclude:
15+
- os: macos-latest
16+
python-version: 3.8
17+
- os: macos-latest
18+
python-version: 3.9
19+
- os: macos-latest
20+
python-version: pypy-3.8
1421
steps:
1522
- uses: actions/checkout@v3
1623
- name: Setup Python

0 commit comments

Comments
 (0)