Skip to content

Commit

Permalink
Fix icefall CI pipeline: add missing pytest installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinyuan Li committed Dec 15, 2023
1 parent 4c1d5d8 commit 2fccdaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-icefall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
cd icefall
pip install -r requirements.txt
export PYTHONPATH=$PYTHONPATH:.
pip install pytest
pip install pytest-cov
pip install kaldiio
- name: Test Action
Expand Down

0 comments on commit 2fccdaa

Please sign in to comment.