Skip to content

Add compatibility with pyannote 3.0 embedding wrappers #15

Add compatibility with pyannote 3.0 embedding wrappers

Add compatibility with pyannote 3.0 embedding wrappers #15

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
- develop
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./src/diart"
version: "23.10.1"