From f826e4525019615ef9b497c2ff5e8ebd0335f3b9 Mon Sep 17 00:00:00 2001 From: Jamie Pine Date: Sun, 15 Mar 2026 10:17:23 -0700 Subject: [PATCH] Install chatterbox-tts in CI release workflow --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1e230c4..b24862d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,6 +61,7 @@ jobs: python -m pip install --upgrade pip pip install pyinstaller pip install -r backend/requirements.txt + pip install --no-deps chatterbox-tts - name: Install MLX dependencies (Apple Silicon only) if: matrix.backend == 'mlx' @@ -173,6 +174,7 @@ jobs: python -m pip install --upgrade pip pip install pyinstaller pip install -r backend/requirements.txt + pip install --no-deps chatterbox-tts - name: Install PyTorch with CUDA 12.1 run: |