Skip to content

Commit

Permalink
Minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Mar 15, 2022
1 parent 4589492 commit 89372c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run-librispeech-2022-03-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ on:
branches:
- master
pull_request:
branches:
- master
types: [labeled]

jobs:
run_librispeech_2022_03_12:
# if: github.event.label.name == 'ready' || github.event_name == 'push'
if: github.event.label.name == 'ready' || github.event_name == 'push'
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ graphviz==0.19.1

-f https://k2-fsa.org/nightly/ k2==1.9.dev20211101+cpu.torch1.10.0

lhotse==0.12.0
git+https://github.com/lhotse-speech/lhotse
kaldilm==1.11
kaldialign==0.2
sentencepiece==0.1.96
Expand Down

0 comments on commit 89372c3

Please sign in to comment.