mirror of
https://github.com/2noise/ChatTTS.git
synced 2026-08-31 01:12:28 +08:00
fix(workflow): pyaudio install
This commit is contained in:
@@ -20,6 +20,10 @@ jobs:
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- name: Install Dependents
|
||||
run: |
|
||||
sudo apt-get install -y python3-pyaudio
|
||||
|
||||
- name: Test Install
|
||||
run: pip install .
|
||||
|
||||
+1
-1
@@ -14,4 +14,4 @@ WeTextProcessing; sys_platform == 'linux'
|
||||
nemo_text_processing; sys_platform == 'linux'
|
||||
av
|
||||
pydub
|
||||
pyaudio
|
||||
pyaudio; sys_platform == 'linux'
|
||||
|
||||
Reference in New Issue
Block a user