Skip to content

Commit

Permalink
Install missing dependencies in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmc2005 committed May 25, 2024
1 parent ff3cec7 commit 0f41bcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install pip dependencies
run: |
python -m pip install --upgrade pip
pip install .
pip install .[tests]
- name: Run tests
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/quick-runs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .
pip install onnxruntime==1.18.0
- name: Crop audio and rttm
run: |
sox audio/ES2002a_long.wav audio/ES2002a.wav trim 00:40 00:30
Expand Down

0 comments on commit 0f41bcb

Please sign in to comment.