Skip to content

Commit

Permalink
[fix] fix unit test (wenet-e2e#2317)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mddct authored Jan 23, 2024
1 parent 5ee2d3a commit 556b19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install Wenet Dependencies
run: |
set -eux
pip install -r requirements.txt
pip install -r requirements.txt && pip install --upgrade pip
sudo apt update && sudo apt install -y ffmpeg libsox-dev
- name: Run Pytest
run: |
Expand Down

0 comments on commit 556b19d

Please sign in to comment.