Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Oct 14, 2023
1 parent 21819bf commit a92f816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-python-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Install Python dependencies
shell: bash
run: |
python3 -m pip install --upgrade pip numpy sentencepiece==0.1.96
python3 -m pip install --upgrade pip numpy sentencepiece==0.1.96 soundfile
- name: Install sherpa-onnx
shell: bash
Expand Down

0 comments on commit a92f816

Please sign in to comment.