Skip to content

Commit

Permalink
CI: Drop support from MacOS
Browse files Browse the repository at this point in the history
Pyannote.audio requires onnxruntime-gpu>=1.16.0 but on MacOS this module
is not supported.

Until this is resolved upstream, we cannot support MacOS. See #1
  • Loading branch information
chrisbrickhouse committed Oct 23, 2023
1 parent bc61578 commit 266bbd1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
exclude:
- os: macos-latest
python-version: "3.9"
- os: windows-latest
python-version: "3.9"

Expand Down

0 comments on commit 266bbd1

Please sign in to comment.