fix(workflow): pyaudio install

This commit is contained in:
源文雨
2024-07-04 19:42:23 +09:00
parent 146a7582ec
commit 2de7bb6f82
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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
View File
@@ -14,4 +14,4 @@ WeTextProcessing; sys_platform == 'linux'
nemo_text_processing; sys_platform == 'linux'
av
pydub
pyaudio
pyaudio; sys_platform == 'linux'