Skip to content

Commit

Permalink
Skip some Python versions on macOS tests
Browse files Browse the repository at this point in the history
They fails with dependency installation errors, no idea why.
  • Loading branch information
saghul committed Oct 7, 2023
1 parent c68b318 commit 21d24f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.8' ]
exclude:
- os: macos-latest
python-version: 3.8
- os: macos-latest
python-version: 3.9
- os: macos-latest
python-version: pypy-3.8
steps:
- uses: actions/checkout@v3
- name: Setup Python
Expand Down

0 comments on commit 21d24f3

Please sign in to comment.